Skip to content

Commit

Permalink
Merge pull request #2522 from navikt/mindre-jern-i-preprod
Browse files Browse the repository at this point in the history
Senker cpu-behovet for preprod
  • Loading branch information
charliemidtlyng authored Feb 5, 2024
2 parents d0e0908 + 930d3ed commit b5e1302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deploy/preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ spec:
path: /internal/prometheus
replicas:
min: 2
max: 4
max: 2
resources:
limits:
memory: 1024Mi
requests:
memory: 512Mi
cpu: 500m
cpu: 200m
secureLogs:
enabled: true
gcp:
Expand Down

0 comments on commit b5e1302

Please sign in to comment.