diff --git a/cluster/apps/default/gitea/helm-release.yaml b/cluster/apps/default/gitea/helm-release.yaml index 4754605..7a2b4d6 100644 --- a/cluster/apps/default/gitea/helm-release.yaml +++ b/cluster/apps/default/gitea/helm-release.yaml @@ -69,4 +69,11 @@ spec: tls: - hosts: - *host - secretName: wildcard-main-tls \ No newline at end of file + secretName: wildcard-main-tls + + persistence: + storage: + enabled: true + type: hostPath + hostPath: /mnt/MainPool/Kubernetes/gitea + mountPath: /gitea \ No newline at end of file