Give gitea a volume
This commit is contained in:
parent
f4e74f64d1
commit
74a37e9bc3
|
@ -70,3 +70,10 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- *host
|
- *host
|
||||||
secretName: wildcard-main-tls
|
secretName: wildcard-main-tls
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
storage:
|
||||||
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /mnt/MainPool/Kubernetes/gitea
|
||||||
|
mountPath: /gitea
|
Loading…
Reference in New Issue