From 0898d9657145d66fd4c52fe6036c955ad58a0cfe Mon Sep 17 00:00:00 2001 From: Dominik Henneke Date: Tue, 17 Oct 2023 11:09:33 +0200 Subject: [PATCH] fix(jitsi): Use template for the cluster networking domain --- helmfile/apps/jitsi/values-jitsi.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/apps/jitsi/values-jitsi.gotmpl b/helmfile/apps/jitsi/values-jitsi.gotmpl index 5ce4e34b..839afbf6 100644 --- a/helmfile/apps/jitsi/values-jitsi.gotmpl +++ b/helmfile/apps/jitsi/values-jitsi.gotmpl @@ -66,7 +66,7 @@ jitsi: - name: "MATRIX_UVS_SYNC_POWER_LEVELS" value: "true" - name: "MATRIX_UVS_URL" - value: "http://opendesk-matrix-user-verification-service.{{ .Release.Namespace }}.svc.cluster.local" + value: "http://opendesk-matrix-user-verification-service.{{ .Release.Namespace }}.svc.{{ .Values.cluster.networking.domain }}" - name: TURNS_HOST value: "{{ .Values.turn.tls.host }}" - name: TURNS_PORT