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