1 2 3 4 5 6 7 8 9 10 11 12 13 14
apiVersion: v1 kind: Service metadata: name: meta spec: selector: component: meta ports: - name: http protocol: TCP port: 5000 - name: api protocol: TCP port: 5100