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