Skip to content

Commit

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

0 comments on commit e38ab0b

Please sign in to comment.