Skip to content

Commit

Permalink
Merge dev to dev-to-kube-1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
zalando-teapot-robot authored Feb 20, 2024
2 parents ba622b8 + 1b3ddd1 commit 1cf7e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ skipper_ingress_redis_target_average_utilization_memory: "60"
skipper_ingress_redis_min_replicas: "1"
skipper_ingress_redis_max_replicas: "100"
skipper_ingress_redis_cluster_scaling_schedules: ""
skipper_ingress_redis_hpa_scale_down_wait: "600"

skipper_cluster_ratelimit_max_group_shards: 1

Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/hpa-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
{{ end }}
behavior:
scaleDown:
stabilizationWindowSeconds: 600
stabilizationWindowSeconds: {{ .Cluster.ConfigItems.skipper_ingress_redis_hpa_scale_down_wait }}
policies:
- type: Pods
value: 10
Expand Down

0 comments on commit 1cf7e1c

Please sign in to comment.