Skip to content

Commit

Permalink
adjust recommended node values for ali cloud deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Jul 10, 2024
1 parent 7c15beb commit 0bb143f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/ton-ali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 20Gi
storage: 800Gi
serviceName: validator-engine-srv-headless
replicas: 1
selector:
Expand Down Expand Up @@ -63,11 +63,11 @@ spec:
name: validator-engine-pvc
resources:
requests:
memory: "4Gi"
cpu: "1"
memory: "64Gi"
cpu: "16"
limits:
memory: "4Gi"
cpu: "1"
memory: "128Gi"
cpu: "32"
---
kind: Service
apiVersion: v1
Expand Down

0 comments on commit 0bb143f

Please sign in to comment.