From 74a37e9bc37038ff8aa90e9c8ad7a8fa3b125df7 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 25 Apr 2023 22:14:20 -0400 Subject: [PATCH] Give gitea a volume --- cluster/apps/default/gitea/helm-release.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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