From f84ad3426ec7a65ee773e3240b9d5ea03fb70abf Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Tue, 15 Apr 2025 21:33:42 +0200 Subject: [PATCH] fix ingress? --- values_synapse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_synapse.yaml b/values_synapse.yaml index 586bb12..4aaa4dd 100644 --- a/values_synapse.yaml +++ b/values_synapse.yaml @@ -157,7 +157,7 @@ ingress: # includeServerName: false paths: - path: / - pathType: Prefix + pathType: ImplementationSpecific backend: service: name: production-leopar-kkoyhh-synapse-matrix-synapse -- GitLab