From 87908191e257dded7df845f817c7b2c9e17141ad Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sun, 17 May 2026 19:09:45 +0000 Subject: [PATCH] chore: Update manifests after change --- .../Deployment-qbittorrent-main.yaml | 12 ++++------ .../manifests/slskd/Deployment-slskd.yaml | 10 ++------ .../Deployment-tubearchivist.yaml | 23 +++++++++++-------- 3 files changed, 20 insertions(+), 25 deletions(-) diff --git a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml index 6bb7669dc..0fb3b4e89 100644 --- a/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml +++ b/clusters/cl01tl/manifests/qbittorrent/Deployment-qbittorrent-main.yaml @@ -81,21 +81,17 @@ spec: key: private-key name: protonvpn-wireguard-conf - name: FIREWALL_OUTBOUND_SUBNETS - value: 192.168.1.0/24,10.244.0.0/16,10.96.0.0/16 + value: 192.168.1.0/24,10.244.0.0/16,10.96.0.0/12 - name: FIREWALL_INPUT_PORTS value: 8080,9022 - name: VPN_PORT_FORWARDING value: "on" - name: VPN_PORT_FORWARDING_UP_COMMAND - value: /bin/sh -c "/gluetun/update.sh {{PORTS}}" - - name: DNS_UPSTREAM_RESOLVER_TYPE - value: dot + value: /bin/sh -c "/gluetun/update.sh {{PORT}}" + - name: PORT_FORWARD_ONLY + value: "on" - name: BLOCK_MALICIOUS value: "off" - - name: HTTPPROXY - value: "off" - - name: SHADOWSOCKS - value: "off" image: ghcr.io/qdm12/gluetun:latest@sha256:725d3e51091dde4ca43e3e3f26e2e6d3d0ccc66821e92d505c3da04958f7d472 lifecycle: postStart: diff --git a/clusters/cl01tl/manifests/slskd/Deployment-slskd.yaml b/clusters/cl01tl/manifests/slskd/Deployment-slskd.yaml index bd9b19ec2..e6a9b6acc 100644 --- a/clusters/cl01tl/manifests/slskd/Deployment-slskd.yaml +++ b/clusters/cl01tl/manifests/slskd/Deployment-slskd.yaml @@ -70,17 +70,11 @@ spec: key: private-key name: protonvpn-wireguard-conf - name: FIREWALL_OUTBOUND_SUBNETS - value: 192.168.1.0/24,10.0.0.0/8 + value: 192.168.1.0/24,10.244.0.0/16,10.96.0.0/12 - name: FIREWALL_INPUT_PORTS - value: 5030,50300 - - name: DNS_UPSTREAM_RESOLVER_TYPE - value: dot + value: "5030" - name: BLOCK_MALICIOUS value: "off" - - name: HTTPPROXY - value: "off" - - name: SHADOWSOCKS - value: "off" image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab lifecycle: postStart: diff --git a/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist.yaml b/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist.yaml index 5db1e388e..daa02b288 100644 --- a/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist.yaml +++ b/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist.yaml @@ -50,15 +50,11 @@ spec: key: private-key name: protonvpn-wireguard-conf - name: FIREWALL_OUTBOUND_SUBNETS - value: 192.168.1.0/24,10.0.0.0/8 + value: 192.168.1.0/24,10.244.0.0/16,10.96.0.0/12 - name: FIREWALL_INPUT_PORTS - value: 80,8000,24000 - - name: DNS_UPSTREAM_RESOLVER_TYPE - value: dot - - name: HTTPPROXY - value: "off" - - name: SHADOWSOCKS - value: "off" + value: "24000" + - name: DNS_CACHING + value: "false" image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab lifecycle: postStart: @@ -101,7 +97,7 @@ spec: - name: ES_DISABLE_VERIFY_SSL value: "true" - name: REDIS_CON - value: redis://tubearchivist-valkey.tubearchivist:6379 + value: redis://tubearchivist-valkey.tubearchivist.svc.cluster.local:6379 - name: TA_HOST value: https://tubearchivist.alexlebens.net http://tubearchivist.tubearchivist:80/ - name: TA_PORT @@ -112,6 +108,15 @@ spec: - secretRef: name: tubearchivist-config image: bbilly1/tubearchivist:v0.5.10@sha256:dfe723cf008520e1758ecc3e59e6ea8761dd10d5bb099cd87289e80f5bd66567 + livenessProbe: + failureThreshold: 5 + httpGet: + path: /api/health/ + port: 24000 + initialDelaySeconds: 30 + periodSeconds: 30 + successThreshold: 1 + timeoutSeconds: 15 name: main resources: requests: