argocd-example-apps/sock-shop/base/payment-svc.yaml

15 lines
213 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: payment
labels:
name: payment
spec:
ports:
# the port that this service should serve on
- port: 80
targetPort: 80
selector:
name: payment