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