Skip to content

Commit

Permalink
scale up everything
Browse files Browse the repository at this point in the history
  • Loading branch information
x10an14-nav committed Sep 2, 2024
1 parent b553a84 commit 4d74bf8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .nais/prod-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,18 @@ spec:
initialDelay: 30
timeout: 1
replicas:
min: 3
max: 9
cpuThresholdPercentage: 85
min: 4
max: 16
scalingStrategy:
cpu:
thresholdPercentage: 85
resources:
limits:
memory: 2Gi
requests:
cpu: "2"
memory: 1Gi
cpu: "3"
memory: 2Gi
limits:
cpu: "6"
memory: 4Gi
ingresses:
- "https://amplitude.nav.no"
env:
Expand Down

0 comments on commit 4d74bf8

Please sign in to comment.