github.com/annchain/OG@v0.0.9/scripts/config/ex/4.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata: {name: ognb-ex-4}
     4  spec:
     5    ports:
     6    - {name: rpc, nodePort: 32040, port: 8000}
     7    - {name: websocket, nodePort: 30042, port: 8002}
     8    - {name: profiling, nodePort: 30043, port: 8003}
     9    selector: {statefulset.kubernetes.io/pod-name: ognb-4}
    10    type: NodePort