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.
2 parents ba622b8 + 1b3ddd1 commit 1cf7e1cCopy full SHA for 1cf7e1c
cluster/config-defaults.yaml
@@ -160,6 +160,7 @@ skipper_ingress_redis_target_average_utilization_memory: "60"
160
skipper_ingress_redis_min_replicas: "1"
161
skipper_ingress_redis_max_replicas: "100"
162
skipper_ingress_redis_cluster_scaling_schedules: ""
163
+skipper_ingress_redis_hpa_scale_down_wait: "600"
164
165
skipper_cluster_ratelimit_max_group_shards: 1
166
cluster/manifests/skipper/hpa-redis.yaml
@@ -43,7 +43,7 @@ spec:
43
{{ end }}
44
behavior:
45
scaleDown:
46
- stabilizationWindowSeconds: 600
+ stabilizationWindowSeconds: {{ .Cluster.ConfigItems.skipper_ingress_redis_hpa_scale_down_wait }}
47
policies:
48
- type: Pods
49
value: 10
0 commit comments