From 275f3013e01b3f3d7c1fb2d6d8fdca0a9c3679e2 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 21 Dec 2023 15:29:55 +0100 Subject: [PATCH] fix: nextcloud collabora service in ingress being wrong Signed-off-by: Kjeld Schouten --- charts/stable/nextcloud/templates/_ingressInjector.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/nextcloud/templates/_ingressInjector.tpl b/charts/stable/nextcloud/templates/_ingressInjector.tpl index 37919189e21..12960bd28da 100644 --- a/charts/stable/nextcloud/templates/_ingressInjector.tpl +++ b/charts/stable/nextcloud/templates/_ingressInjector.tpl @@ -18,7 +18,7 @@ {{- $fullname := include "tc.v1.common.lib.chart.names.fullname" . }} path: /collabora/ pathType: Prefix -service: +overrideService: name: {{ printf "%v-collabora" $fullname }} port: {{ .Values.service.collabora.ports.collabora.port }} {{- end -}}