Files
GitOps/nowchess
Janis Eccarius 1d0335f478 fix(rollouts): add previewReplicaCount: 1 to all blue-green rollouts
During rollout, active RS (HPA-scaled) + preview RS (also HPA-scaled) = 2x
pod count, exhausting node memory request budgets. Setting previewReplicaCount: 1
caps the preview RS at 1 pod regardless of HPA until promotion completes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 23:27:24 +02:00
..