From 769abe66ed7926d7f5f23a0350900b14f4d8bfe6 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 3 Feb 2025 12:51:40 +0100 Subject: [PATCH] nc enable ingress --- apps/templates/nextcloud-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml index 831a715..52067e7 100644 --- a/apps/templates/nextcloud-helm.yaml +++ b/apps/templates/nextcloud-helm.yaml @@ -19,7 +19,7 @@ spec: nextcloud: host: drive.hensen.io ingress: - enabled: false + enabled: true # className: nginx annotations: nginx.ingress.kubernetes.io/proxy-body-size: 100G