From 65fb2c8f64fbab62312d37f6b08a93a6cb3541b9 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 15 Nov 2025 16:23:02 +0500 Subject: [PATCH] fix: Gitea | set topology spread on actions runners --- gitea/actions/runner.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gitea/actions/runner.yaml b/gitea/actions/runner.yaml index 70629c6..fa1dcd9 100644 --- a/gitea/actions/runner.yaml +++ b/gitea/actions/runner.yaml @@ -32,6 +32,13 @@ spec: spec: nodeSelector: nodepool: worker + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app: action-runner restartPolicy: Always volumes: - name: runner-data