mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
RollingUpdate's default surge kept creating a second pod during every rollout even with 1 replica - on this CPU-overcommitted single-node VPS that meant 2 concurrent Ruby boots starving each other, never converging (load avg hit 39+ on 6 cores). Recreate guarantees only 1 pod exists at a time. No availability cost given minReplicas=maxReplicas=1 already. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>