github.com/annchain/OG@v0.0.9/scripts/config/service_ex.yaml (about) 1 # external management and rpc ports 2 apiVersion: v1 3 kind: Service 4 metadata: 5 name: ognb-ex-0 6 spec: 7 type: NodePort 8 ports: 9 - port: 8000 10 nodePort: 32000 11 name: rpc 12 - port: 8002 13 nodePort: 30002 14 name: websocket 15 - port: 8003 16 nodePort: 30003 17 name: profiling 18 selector: 19 statefulset.kubernetes.io/pod-name: ognb-0