apiVersion: v1 kind: Service metadata: labels: app.kubernetes.io/instance: httpbin name: httpbin-svc namespace: httpbin spec: ports: - name: http-port port: 7777 targetPort: 80 - name: test port: 333 selector: app: httpbin