From 9211a1098e02d672e55efc3638b661baa1fb4d64 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 20 Mar 2026 04:45:14 +0000 Subject: [PATCH] chore: Update manifests after change --- clusters/cl01tl/manifests/homepage/ConfigMap-homepage.yaml | 2 +- .../cl01tl/manifests/homepage/Deployment-homepage.yaml | 2 +- .../manifests/qbittorrent/Deployment-qbittorrent-main.yaml | 7 +++++++ clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/manifests/homepage/ConfigMap-homepage.yaml b/clusters/cl01tl/manifests/homepage/ConfigMap-homepage.yaml index 20b225292..036e824a0 100644 --- a/clusters/cl01tl/manifests/homepage/ConfigMap-homepage.yaml +++ b/clusters/cl01tl/manifests/homepage/ConfigMap-homepage.yaml @@ -26,7 +26,7 @@ data: - ProtonVPN: - abbr: PV href: https://account.protonvpn.com/ - - ProtonVPN: + - AirVPN: - abbr: AV href: https://airvpn.org/ - Unifi: diff --git a/clusters/cl01tl/manifests/homepage/Deployment-homepage.yaml b/clusters/cl01tl/manifests/homepage/Deployment-homepage.yaml index 59825c853..e953ce43e 100644 --- a/clusters/cl01tl/manifests/homepage/Deployment-homepage.yaml +++ b/clusters/cl01tl/manifests/homepage/Deployment-homepage.yaml @@ -24,7 +24,7 @@ spec: template: metadata: annotations: - checksum/configMaps: bbf608d460bad800b196c7e34183826e005a0bd960b3397afffeebaf29461f01 + checksum/configMaps: 93016d56f06e31c71b9d3e47f8f82c3ede788fce50b24637c4b5b61ecc3453fe checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378 labels: app.kubernetes.io/controller: main diff --git a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml index f6263e026..bc51cc552 100644 --- a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml +++ b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml @@ -87,12 +87,19 @@ spec: secretKeyRef: key: addresses name: qbittorrent-wireguard-conf + - name: FIREWALL_VPN_INPUT_PORTS + valueFrom: + secretKeyRef: + key: input-ports + name: qbittorrent-wireguard-conf - name: FIREWALL_OUTBOUND_SUBNETS value: 192.168.1.0/24,10.244.0.0/16 - name: FIREWALL_INPUT_PORTS value: 8080,9022 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: BLOCK_MALICIOUS + value: "off" - name: HTTPPROXY value: "off" - name: SHADOWSOCKS diff --git a/clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml b/clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml index 67e2454dd..09ea69f3c 100644 --- a/clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml +++ b/clusters/cl01tl/manifests/slskd/Deployment-slskd-main.yaml @@ -71,12 +71,19 @@ spec: secretKeyRef: key: addresses name: slskd-wireguard-conf + - name: FIREWALL_VPN_INPUT_PORTS + valueFrom: + secretKeyRef: + key: input-ports + name: slskd-wireguard-conf - name: FIREWALL_OUTBOUND_SUBNETS value: 192.168.1.0/24,10.244.0.0/16 - name: FIREWALL_INPUT_PORTS value: 5030,50300 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: BLOCK_MALICIOUS + value: "off" - name: HTTPPROXY value: "off" - name: SHADOWSOCKS