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/component: load-balancer
|
||||||
app.kubernetes.io/managed-by: argocd
|
app.kubernetes.io/managed-by: argocd
|
||||||
spec:
|
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:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: runpod-lb
|
app: runpod-lb
|
||||||
|
|||||||
Reference in New Issue
Block a user