From 01e419879d99b21faddafa3fe6634cca344dead8 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 23 Apr 2026 21:22:36 -0500 Subject: [PATCH 1/2] fix: wrong path --- clusters/cl01tl/helm/matrix-synapse/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index bd45d1fac..ee7d43cff 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -80,27 +80,27 @@ matrix-synapse: readOnly: true subPath: config.yaml - name: oidc-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/oidc.yaml mountPropagation: None readOnly: true subPath: oidc.yaml - name: hookshot-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/hookshot-registration.yaml mountPropagation: None readOnly: true subPath: hookshot-registration.yaml - name: mautrix-discord-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml mountPropagation: None readOnly: true subPath: mautrix-discord-registration.yaml - name: mautrix-whatsapp-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml mountPropagation: None readOnly: true subPath: mautrix-whatsapp-registration.yaml - name: double-puppet-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/double-puppet-registration.yaml mountPropagation: None readOnly: true subPath: double-puppet-registration.yaml From 6cbe4bcdb3593b0d0898cbe015f7e0d69b147169 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 23 Apr 2026 21:25:57 -0500 Subject: [PATCH 2/2] fix: wrong ports --- clusters/cl01tl/helm/qbittorrent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index 174be9ac9..fdbf3c78f 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -73,7 +73,7 @@ qbittorrent: - name: FIREWALL_OUTBOUND_SUBNETS value: 192.168.1.0/24,10.0.0.0/8 - name: FIREWALL_INPUT_PORTS - value: 5030,50300 + value: 8080,9022 - name: VPN_PORT_FORWARDING value: 'on' - name: VPN_PORT_FORWARDING_UP_COMMAND