fix: Gitea | set topology spread on actions runners

This commit is contained in:
2025-11-15 16:23:02 +05:00
parent bba5cbcb80
commit 65fb2c8f64

View File

@@ -32,6 +32,13 @@ spec:
spec: spec:
nodeSelector: nodeSelector:
nodepool: worker nodepool: worker
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app: action-runner
restartPolicy: Always restartPolicy: Always
volumes: volumes:
- name: runner-data - name: runner-data