A single-pod floor meant any pod restart (rolling deploy mid-run, OOM kill, node drain) took the whole site down for the boot window. Bump HPA to minReplicas: 2 / maxReplicas: 4 so the floor is HA and load surges (LiveView traffic coinciding with the hourly propagation chain) still get headroom. Combined with the existing rolling-update strategy (maxSurge: 1, maxUnavailable: 0) this means deploys go 2 -> 3 -> 2 with zero downtime. |
||
|---|---|---|
| .. | ||
| deployment-backfill.yaml | ||
| deployment-grid-rs.yaml | ||
| deployment-hrrr-point-rs.yaml | ||
| deployment.yaml | ||
| hpa.yaml | ||
| kustomization.yaml | ||
| metrics-service.yaml | ||
| namespace.yaml | ||
| rbac.yaml | ||
| service.yaml | ||