k8s/ingress/web2-service.yaml

12 lines
149 B
YAML
Raw Permalink Normal View History

2022-02-09 00:43:17 +00:00
apiVersion: v1
kind: Service
metadata:
name: web2
labels:
run: web2
spec:
ports:
- port: 8080
protocol: TCP
selector:
run: web2