fix: Gitea | move actions onto worker nodepool with longhorn storage
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user