Skip to content

Commit d22fe67

Browse files
committed
fix synapse hpa
1 parent ea23bad commit d22fe67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.1.3
3+
version: 0.1.4

charts/synapse/templates/synapse-hpa.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ spec:
1919
name: cpu
2020
target:
2121
type: Utilization
22-
averageUtilization: 30
22+
averageUtilization: 65
2323
behavior:
2424
scaleDown:
2525
stabilizationWindowSeconds: 300
2626
policies:
2727
- type: Pods
28-
value: 3
29-
periodSeconds: 15
28+
value: 1
29+
periodSeconds: 120
3030
scaleUp:
3131
stabilizationWindowSeconds: 60
3232
policies:

0 commit comments

Comments
 (0)