fix(runpod): set LB replicas=0 until RunPod pods are provisioned

This commit is contained in:
Will Anderson
2026-04-25 01:35:57 -05:00
parent 11e9962431
commit b0d4e9c6ec
@@ -104,7 +104,9 @@ metadata:
app.kubernetes.io/component: load-balancer
app.kubernetes.io/managed-by: argocd
spec:
replicas: 1
# Start at 0 — scale up after runpod-provision.sh creates pods and upstream
# servers are populated in the nginx ConfigMap.
replicas: 0
selector:
matchLabels:
app: runpod-lb