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.
This commit is contained in:
Graham McIntire 2026-04-19 14:37:52 -05:00
parent fb5b1f06f8
commit dfc7895197
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -4,7 +4,7 @@ metadata:
name: prop
namespace: prop
spec:
replicas: 3
replicas: 4
minReadySeconds: 5
strategy:
type: RollingUpdate