fix(runpod): set LB replicas=0 until RunPod pods are provisioned
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user