From af05370ad7dabd64b3982776529ab5e003fd8376 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 803a75f..d0bf785 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: