From 869ba13b618a9c55f0a96e3d2cead274044620fd Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 24 Apr 2026 02:28:45 +0000 Subject: [PATCH] chore: Update manifests after change --- .../matrix-synapse/Deployment-matrix-synapse.yaml | 10 +++++----- .../qbittorrent/Deployment-qbittorrent-main.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml b/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml index d2bc2cea3..57064cb21 100644 --- a/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml +++ b/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml @@ -117,27 +117,27 @@ spec: name: config readOnly: true subPath: config.yaml - - mountPath: /synapse/config/conf.d/ + - mountPath: /synapse/config/conf.d/oidc.yaml mountPropagation: None name: oidc-config readOnly: true subPath: oidc.yaml - - mountPath: /synapse/config/conf.d/ + - mountPath: /synapse/config/conf.d/hookshot-registration.yaml mountPropagation: None name: hookshot-config readOnly: true subPath: hookshot-registration.yaml - - mountPath: /synapse/config/conf.d/ + - mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml mountPropagation: None name: mautrix-discord-config readOnly: true subPath: mautrix-discord-registration.yaml - - mountPath: /synapse/config/conf.d/ + - mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml mountPropagation: None name: mautrix-whatsapp-config readOnly: true subPath: mautrix-whatsapp-registration.yaml - - mountPath: /synapse/config/conf.d/ + - mountPath: /synapse/config/conf.d/double-puppet-registration.yaml mountPropagation: None name: double-puppet-config readOnly: true diff --git a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml index b58359a4e..fc3d0518a 100644 --- a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml +++ b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml @@ -85,7 +85,7 @@ spec: - 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 -- 2.49.1