Skip to content

Commit

Permalink
øker maxReplicas til 128 og setter en mer agresiv scaling med 100% hv…
Browse files Browse the repository at this point in the history
…ert 15 sekund (#2118)
  • Loading branch information
PerOlavM authored Nov 21, 2024
1 parent 0cdcc3f commit 84ba1eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .nais/hpa/hpa-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ spec:
kind: Deployment
name: nav-enonicxp-frontend
minReplicas: 2
maxReplicas: 40
maxReplicas: 128
behavior:
scaleUp:
stabilizationWindowSeconds: 0
policies:
- type: Pods
value: 2
periodSeconds: 60
- type: Percent
value: 100
periodSeconds: 15
selectPolicy: Max
metrics:
- type: Resource
Expand Down

0 comments on commit 84ba1eb

Please sign in to comment.