Skip to content

Commit

Permalink
start cleanning
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Nov 1, 2024
1 parent dea37f0 commit 3d3e513
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions deploy/kubernetes/hpas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ spec:
name: cpu
target:
type: Utilization
averageUtilization: 50
averageUtilization: 70
behavior:
scaleUp:
stabilizationWindowSeconds: 400
stabilizationWindowSeconds: 30
policies:
- type: Pods
value: 1
periodSeconds: 15
periodSeconds: 120
scaleDown:
stabilizationWindowSeconds: 600
stabilizationWindowSeconds: 60
policies:
- type: Percent
value: 50
periodSeconds: 60
periodSeconds: 120
2 changes: 1 addition & 1 deletion deploy/kubernetes/ia-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ spec:
requests:
ephemeral-storage: "1000Mi"
memory: "2400Mi"
cpu: "500m"
cpu: "2000m"

0 comments on commit 3d3e513

Please sign in to comment.