Skip to content

Commit

Permalink
Migrate service
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Jun 26, 2024
1 parent d44ee03 commit 7d16d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ spec:
memory: 100Mi
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.1.0.1:7078"]
memory: 512Mi
args: ["natricon -host=0.0.0.0 -port=5555 -logtostderr -rpc-url http://pippin-nano.pippin:11338 -nano-ws-url ws://10.7.0.1:7078"]
ports:
- containerPort: 5555
imagePullPolicy: "Always"
Expand Down

0 comments on commit 7d16d3f

Please sign in to comment.