fix: Gitea | move actions onto worker nodepool with longhorn storage

This commit is contained in:
2025-11-15 16:07:07 +05:00
parent 5d95773722
commit bba5cbcb80

View File

@@ -9,7 +9,7 @@ spec:
resources: resources:
requests: requests:
storage: 10Gi storage: 10Gi
storageClassName: longhorn-crypto storageClassName: longhorn
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
@@ -30,6 +30,8 @@ spec:
labels: labels:
app: action-runner app: action-runner
spec: spec:
nodeSelector:
nodepool: worker
restartPolicy: Always restartPolicy: Always
volumes: volumes:
- name: runner-data - name: runner-data