fix: nextcloud collabora service in ingress being wrong

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-12-21 15:29:55 +01:00
committed by GitHub
parent cd2f97070e
commit 275f3013e0

View File

@@ -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 -}}