scale gitea-runner to 0 while Autopilot DinD blocker is pending
Set replicas: 0 to prevent crash-loop restarts. The runner requires a Docker daemon (even in host mode) which Autopilot won't provide. Scale to 1 when a Standard node pool or external Docker TCP endpoint is available.
This commit is contained in:
@@ -33,7 +33,9 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: gitea-runner
|
app: gitea-runner
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
# Set to 0 until the DinD/privileged-pod blocker is resolved (see comments above).
|
||||||
|
# Change to 1 when a Docker daemon is available (Standard node pool or external TCP).
|
||||||
|
replicas: 0
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: gitea-runner
|
app: gitea-runner
|
||||||
|
|||||||
Reference in New Issue
Block a user