Skip to content

Commit

Permalink
fix(nais): add more to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Nov 21, 2023
1 parent 47d62a9 commit 4c2b69e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .nais/nais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ spec:
max: {{replicas.max}}
resources:
limits:
cpu: {{resources.limits.cpu}}
memory: {{resources.limits.memory}}
cpu: {{limits.cpu}}
memory: {{limits.memory}}
requests:
cpu: {{resources.requests.cpu}}
memory: {{resources.requests.memory}}
cpu: {{requests.cpu}}
memory: {{requests.memory}}
cpuThresholdPercentage: 80
webproxy: true
envFrom:
Expand Down

0 comments on commit 4c2b69e

Please sign in to comment.