Skip to content

Commit

Permalink
Update node URls
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Feb 26, 2024
1 parent 9473e4c commit 63107ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/natrium/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: REDIS_DB
value: "10"
- name: RPC_URL
value: http://10.8.0.2:7076
value: http://10.1.0.1:7076
- name: DB_HOST
value: postgres.kubegres
- name: DB_PORT
Expand Down Expand Up @@ -65,4 +65,4 @@ spec:
- name: BPOW_URL
value: http://boompow-service.boompow-next:8080/graphql
- name: NODE_WS_URL
value: ws://10.8.0.2:7078
value: ws://10.1.0.1:7078

0 comments on commit 63107ff

Please sign in to comment.