We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329c9a4 commit d78853bCopy full SHA for d78853b
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 0.22.0
+version: 0.22.1
charts/synapse/templates/synapse-hpa.yaml
@@ -19,7 +19,7 @@ spec:
19
name: cpu
20
target:
21
type: Utilization
22
- averageUtilization: 65
+ averageUtilization: 75
23
behavior:
24
scaleDown:
25
stabilizationWindowSeconds: 300
@@ -31,7 +31,7 @@ spec:
31
stabilizationWindowSeconds: 60
32
policies:
33
- type: Pods
34
- value: 5
+ value: 2
35
periodSeconds: 15
36
{{- end }}
37
0 commit comments