fix: add PVC for runner state to persist registration across restarts
This commit is contained in:
@@ -42,6 +42,8 @@ spec:
|
||||
volumeMounts:
|
||||
- name: runner-config
|
||||
mountPath: /etc/runner
|
||||
- name: runner-data
|
||||
mountPath: /data
|
||||
|
||||
- name: dind
|
||||
image: docker:dind
|
||||
@@ -63,3 +65,6 @@ spec:
|
||||
- name: runner-config
|
||||
configMap:
|
||||
name: gitea-runner-config
|
||||
- name: runner-data
|
||||
persistentVolumeClaim:
|
||||
claimName: gitea-runner-data
|
||||
|
||||
Reference in New Issue
Block a user