github.com/annchain/OG@v0.0.9/scripts/config/ex/6.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: {name: ognb-ex-6} 4 spec: 5 ports: 6 - {name: rpc, nodePort: 32060, port: 8000} 7 - {name: websocket, nodePort: 30062, port: 8002} 8 - {name: profiling, nodePort: 30063, port: 8003} 9 selector: {statefulset.kubernetes.io/pod-name: ognb-6} 10 type: NodePort