From abb386421b98e51960334e8c040396d78dd4efe4 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 19:17:31 -0300 Subject: [PATCH] communication: fix well-known trailing slash and reload config --- services/communication/wellknown.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/communication/wellknown.yaml b/services/communication/wellknown.yaml index 803a75f3..d0bf7855 100644 --- a/services/communication/wellknown.yaml +++ b/services/communication/wellknown.yaml @@ -80,8 +80,8 @@ spec: mountPath: /usr/share/nginx/html/.well-known/matrix readOnly: true - name: nginx-config - mountPath: /etc/nginx/conf.d/default.conf - subPath: default.conf + mountPath: /etc/nginx/conf.d + readOnly: true volumes: - name: wellknown configMap: