Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ startupProbe:
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
autoscaling:
enabled: true
minReplicas: 26
maxReplicas: 50
minReplicas: 20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description does not match actual change
The PR description states minReplicas: 26 -> 22, but the actual diff shows 26 -> 20. Please update the PR description to reflect the correct value, or update the code if 22 was the intended minReplicas. A 6-replica difference (20 vs 22 vs 26) matters for capacity planning on a WebSocket-heavy service.

maxReplicas: 40
behavior:
scaleDown:
stabilizationWindowSeconds: 600
Expand Down