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 439e581 commit ddf58b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: 2
cpu: 2Gi
memory: 4Gi
requests:
cpu: 1
cpu: 1Gi
memory: 3Gi
envFrom:
secret: security-token-service

0 comments on commit ddf58b1

Please sign in to comment.