Skip to content

Commit

Permalink
expose port 9880
Browse files Browse the repository at this point in the history
  • Loading branch information
sanlee42 committed Jul 23, 2024
1 parent 6a7236b commit c24c37b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions kube/manifest/service-vega.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ spec:
name: metrics
protocol: TCP
targetPort: 9101
- port: 9880
name: stratum
protocol: TCP
targetPort: 9880
selector:
app: starcoin
network: vega
Expand Down Expand Up @@ -114,10 +118,10 @@ spec:
name: ws-rpc
protocol: TCP
targetPort: 9870
- port: 9101
name: metrics
- port: 9880
name: stratum
protocol: TCP
targetPort: 9101
targetPort: 9880
selector:
app: starcoin
network: vega
Expand Down Expand Up @@ -147,10 +151,10 @@ spec:
name: ws-rpc
protocol: TCP
targetPort: 9870
- port: 9101
name: metrics
- port: 9880
name: stratum
protocol: TCP
targetPort: 9101
targetPort: 9880
selector:
app: starcoin
network: vega
Expand Down

0 comments on commit c24c37b

Please sign in to comment.