Skip to content

Commit

Permalink
Merge pull request #342 from navikt/fjerner_cpu_limit
Browse files Browse the repository at this point in the history
Fjerner CPU-limit
  • Loading branch information
olekvernberg authored Aug 8, 2023
2 parents 945044d + 8e19af2 commit cc7d8ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .deploy/preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ spec:
replicas:
min: 2
max: 4
cpuThresholdPercentage: 50
resources:
limits:
memory: 1024Mi
cpu: 1500m
requests:
memory: 512Mi
cpu: 500m
Expand Down
2 changes: 0 additions & 2 deletions .deploy/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ spec:
replicas:
min: 2
max: 4
cpuThresholdPercentage: 50
resources:
limits:
memory: 2048Mi
cpu: 1500m
requests:
memory: 512Mi
cpu: 500m
Expand Down

0 comments on commit cc7d8ae

Please sign in to comment.