Skip to content

Commit

Permalink
fjerner cpu-limit etter anbefalning fra nais-teamet (#3805)
Browse files Browse the repository at this point in the history
### 💰 Hva skal gjøres, og hvorfor?
Anbefalning fra NAIS om å fjerne cpu-limits:
https://nav-it.slack.com/archives/C01DE3M9YBV/p1680172494569329

Signed-off-by: fredrikpf <fredrik.pfeil@gmail.com>
  • Loading branch information
fredrikpf authored Aug 8, 2023
1 parent cde6269 commit acbaa86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .deploy/nais/app-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ spec:
replicas:
min: 2
max: 2
cpuThresholdPercentage: 50
resources:
limits:
memory: 1024Mi
Expand Down
1 change: 0 additions & 1 deletion .deploy/nais/app-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ spec:
replicas:
min: 3
max: 5
cpuThresholdPercentage: 50
resources:
limits:
memory: 4096Mi
Expand Down

0 comments on commit acbaa86

Please sign in to comment.