prop/k8s
Graham McIntire b66024e0c3
ops(prop): zero-downtime rolling update with single replica
maxUnavailable: 1 was killing the only pod before the new one was
ready, taking the site down for the entire image pull + boot window
on every deploy. Switch to maxSurge: 1 / maxUnavailable: 0 so K8s
spins up the replacement and waits for its readinessProbe to pass
before tearing down the old pod.
2026-04-29 13:50:14 -05:00
..
deployment-backfill.yaml remove obsolete flux manifest and imagepolicy annotations 2026-04-29 11:00:05 -05:00
deployment-grid-rs.yaml remove obsolete flux manifest and imagepolicy annotations 2026-04-29 11:00:05 -05:00
deployment-hrrr-point-rs.yaml remove obsolete flux manifest and imagepolicy annotations 2026-04-29 11:00:05 -05:00
deployment.yaml ops(prop): zero-downtime rolling update with single replica 2026-04-29 13:50:14 -05:00
hpa.yaml ops(prop): pin HPA to 1 replica 2026-04-29 09:55:46 -05:00
kustomization.yaml infra(k8s): load-based HPAs, drop anti-affinity, retire talos5 2026-04-23 18:43:18 -05:00
metrics-service.yaml feat(k8s): NodePort service for external Prometheus scraping 2026-04-18 16:51:46 -05:00
namespace.yaml Add k8s manifests and Forgejo CI for cluster deployment 2026-04-06 09:25:24 -05:00
rbac.yaml Add Erlang clustering via libcluster and expose LiveDashboard 2026-04-06 09:46:48 -05:00
service.yaml fix(k8s): tier label isolates hot pods from backfill endpoints 2026-04-19 16:58:13 -05:00