apiVersion: v1 kind: Service metadata: labels: app: ms-protocol-kstar name: ms-protocol-kstar namespace: yibin-charge spec: ports: - name: http port: 7079 protocol: TCP targetPort: 7079 nodePort: 30779 - name: port1 port: 7077 protocol: TCP targetPort: 7077 nodePort: 30677 - name: port2 port: 7078 protocol: TCP targetPort: 7078 nodePort: 30678 selector: app: ms-protocol-kstar tier: backend sessionAffinity: None type: NodePort