k8s/ingress/web-service.yaml

12 lines
146 B
YAML
Raw Permalink Normal View History

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