chore(gitea): add a dumps volume
This commit is contained in:
parent
cf6b98ea79
commit
83fb59c4f1
|
@ -82,3 +82,8 @@ spec:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /mnt/MainPool/Kubernetes/gitea
|
hostPath: /mnt/MainPool/Kubernetes/gitea
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
dumps:
|
||||||
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /mnt/MainPool/Kubernetes/gitea-dumps
|
||||||
|
mountPath: /dumps
|
Loading…
Reference in New Issue