From f760fb39fa0f752b414fb5bf1c0f530ab369b1fd Mon Sep 17 00:00:00 2001 From: Thomas Blarre Date: Sat, 9 Nov 2024 22:47:16 +0000 Subject: [PATCH] Trying without nginx --- .../templates/nextcloud-main-chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml b/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml index 048f476..37a82a7 100644 --- a/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml +++ b/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml @@ -15,8 +15,8 @@ spec: helm: releaseName: nextcloud valuesObject: - image: - flavor: fpm + # image: + # flavor: fpm replicaCount: {{ .Values.nextcloud.replicaCount }} ingress: enabled: true @@ -62,8 +62,8 @@ spec: passwordKey: nc-admin-password trustedDomains: {{ .Values.nextcloud.trustedDomains }} # extraInitContainers - might be useful to make sure the LUKS secret is present - nginx: - enabled: true + # nginx: + # enabled: true redis: enabled: true auth: