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:
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