argocd-test/whoami/whoami-svc.yaml

13 lines
166 B
YAML
Raw Normal View History

2024-09-19 17:59:02 +00:00
apiVersion: v1
kind: Service
metadata:
name: whoami
spec:
type: NodePort
ports:
- port: 80
targetPort: 80
nodePort: 31338
selector:
app: whoami