From bba5cbcb806eeff2069d23a81eac58db530b2299 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 15 Nov 2025 16:07:07 +0500 Subject: [PATCH] fix: Gitea | move actions onto worker nodepool with longhorn storage --- gitea/actions/runner.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitea/actions/runner.yaml b/gitea/actions/runner.yaml index 4c65729..70629c6 100644 --- a/gitea/actions/runner.yaml +++ b/gitea/actions/runner.yaml @@ -9,7 +9,7 @@ spec: resources: requests: storage: 10Gi - storageClassName: longhorn-crypto + storageClassName: longhorn --- apiVersion: apps/v1 kind: Deployment @@ -30,6 +30,8 @@ spec: labels: app: action-runner spec: + nodeSelector: + nodepool: worker restartPolicy: Always volumes: - name: runner-data