apiVersion: v1 kind: Service metadata: name: foo spec: selector: app: foo ports: - protocol: TCP port: 3000 targetPort: 80