From 0f964ac58925da638a518e709264421534a3abb4 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 29 Aug 2023 18:17:10 -0400 Subject: [PATCH] fix(freshrss): mount php source --- cluster/apps/media/freshrss/helm-release.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cluster/apps/media/freshrss/helm-release.yaml b/cluster/apps/media/freshrss/helm-release.yaml index de84369e..896465c1 100644 --- a/cluster/apps/media/freshrss/helm-release.yaml +++ b/cluster/apps/media/freshrss/helm-release.yaml @@ -46,13 +46,18 @@ spec: - hosts: - *host secretName: wildcard-main-tls - +# persistence: config: enabled: true type: hostPath hostPath: /mnt/MainPool/Kubernetes/freshrss mountPath: /config + php-source: + enabled: true + type: hostPath + hostPath: /mnt/MainPool/Kubernetes/freshrss/php_source + mountPath: /app/www/ resources: requests: