From 33310685cf2f8d26850e41617dc3e7c943941926 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 3 Feb 2025 13:18:42 +0100 Subject: [PATCH] Enable php https fix --- apps/templates/nextcloud-helm.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml index 8b54814..35868d0 100644 --- a/apps/templates/nextcloud-helm.yaml +++ b/apps/templates/nextcloud-helm.yaml @@ -36,18 +36,9 @@ spec: # memory: 128Mi nextcloud: host: drive.hensen.io - configs: - polling.config.php: |- - - array ( - 0 => 'drive.hensen.io', - ), - 'overwrite.cli.url' => 'https://drive.hensen.io', - 'overwritehost' => 'drive.hensen.io', - 'overwriteprotocol' => 'https', - ); + phpClientHttpsFix: + enabled: true + protocol: https ingress: enabled: true # className: nginx