argocd-test/whoami/base/whoami-svc.yaml
2024-09-22 13:29:38 +02:00

13 lines
166 B
YAML

apiVersion: v1
kind: Service
metadata:
name: whoami
spec:
type: NodePort
ports:
- port: 80
targetPort: 80
nodePort: 31338
selector:
app: whoami