--- 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