Skip to content

Commit

Permalink
fix(nais): better use of resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Nov 21, 2023
1 parent 4c2b69e commit 439e581
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .nais/default-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ replicas:
min: 2
max: 2
limits:
cpu: 800m
memory: 2Gi
cpu: 400m
memory: 3Gi
requests:
cpu: 300m
memory: 1Gi
cpu: 200m
memory: 2Gi
envFrom:
secret: security-token-service
8 changes: 4 additions & 4 deletions .nais/prod-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ replicas:
min: 4
max: 6
limits:
cpu: 800m
memory: 3Gi
cpu: 2
memory: 4Gi
requests:
cpu: 300m
memory: 2Gi
cpu: 1
memory: 3Gi
envFrom:
secret: security-token-service
2 changes: 1 addition & 1 deletion .nais/t4-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ replicas:
max: 2
limits:
cpu: 400m
memory: 1Gi
memory: 2Gi
requests:
cpu: 200m
memory: 1Gi
Expand Down

0 comments on commit 439e581

Please sign in to comment.