argo-examples/kustom-webapp/base/service.yaml
2022-12-14 22:18:50 -08:00

10 lines
134 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mywebapp
spec:
ports:
- port: 80
protocol: TCP
name: flask
type: NodePort