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