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:
Will Anderson
2026-05-05 10:22:21 -05:00
parent 9a368986b2
commit 422cca6962
+3 -1
View File
@@ -33,7 +33,9 @@ metadata:
labels:
app: gitea-runner
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:
matchLabels:
app: gitea-runner