Skip to content

Commit

Permalink
Update node URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Feb 26, 2024
1 parent 9c14018 commit d44ee03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
limits:
cpu: 1250m
memory: 300Mi
args: ["natricon -host=0.0.0.0 -port=5555 -logtostderr -rpc-url http://pippin-nano.pippin:11338 -nano-ws-url ws://10.8.0.2:7078"]
args: ["natricon -host=0.0.0.0 -port=5555 -logtostderr -rpc-url http://pippin-nano.pippin:11338 -nano-ws-url ws://10.1.0.1:7078"]
ports:
- containerPort: 5555
imagePullPolicy: "Always"
Expand Down

0 comments on commit d44ee03

Please sign in to comment.