argocd-example-apps/sock-shop/base/shipping-svc.yaml
2018-12-08 04:56:06 -08:00

16 lines
217 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