Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Reduserte cpu/minne 'requests' for å bedre matche faktisk bruk
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Jun 24, 2024
1 parent b0103dc commit 307e1c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
12 changes: 5 additions & 7 deletions nais/nais-dev-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,14 @@ spec:
path: veilarbregistrering/internal/isReady
port: 8080
replicas:
cpuThresholdPercentage: 85
max: 6
min: 2
max: 1
min: 1
resources:
limits:
cpu: "3"
memory: 3048Mi
memory: 1536Mi
requests:
cpu: "1"
memory: 2048Mi
cpu: 25m
memory: 1024Mi
webproxy: true
secureLogs:
enabled: true
Expand Down
7 changes: 3 additions & 4 deletions nais/nais-prod-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@ spec:
min: 2
resources:
limits:
cpu: "3"
memory: 3048Mi
requests:
cpu: "1"
memory: 2048Mi
requests:
cpu: 50m
memory: 1024Mi
webproxy: true
secureLogs:
enabled: true
Expand Down

0 comments on commit 307e1c3

Please sign in to comment.