Skip to content

Commit d78853b

Browse files
committed
fix hpa
1 parent 329c9a4 commit d78853b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.22.0
3+
version: 0.22.1

charts/synapse/templates/synapse-hpa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
name: cpu
2020
target:
2121
type: Utilization
22-
averageUtilization: 65
22+
averageUtilization: 75
2323
behavior:
2424
scaleDown:
2525
stabilizationWindowSeconds: 300
@@ -31,7 +31,7 @@ spec:
3131
stabilizationWindowSeconds: 60
3232
policies:
3333
- type: Pods
34-
value: 5
34+
value: 2
3535
periodSeconds: 15
3636
{{- end }}
3737
{{- end }}

0 commit comments

Comments
 (0)