From dfc789519772071638d54dc45841d8704041632f Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 19 Apr 2026 14:37:52 -0500 Subject: [PATCH] chore(infra): bump prop to 4 replicas for talos5 (NUC) talos5 is a NUC7i5 with 32GB RAM and a Samsung 980 Pro NVMe. Adding a 4th hot-path replica lets the anti-affinity rule place one pod per physical host across node1/2/3/5 and gives the hourly f00-f18 grid chain 4-way parallel fan-out, with the NVMe-backed pod handling its share of grib extraction. --- k8s/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 902e6c4c..0c0967ad 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -4,7 +4,7 @@ metadata: name: prop namespace: prop spec: - replicas: 3 + replicas: 4 minReadySeconds: 5 strategy: type: RollingUpdate