argocd-example-apps/sock-shop/components/shipping-svc.yaml

14 lines
212 B
YAML

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