From e180e0c73f0e6172cb03df9b53ab2442fd478bab Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 17 May 2026 14:06:31 -0500 Subject: [PATCH] feat: update env --- clusters/cl01tl/helm/qbittorrent/values.yaml | 12 +++------ clusters/cl01tl/helm/slskd/values.yaml | 10 ++----- .../cl01tl/helm/tubearchivist/values.yaml | 27 ++++++++++++------- 3 files changed, 24 insertions(+), 25 deletions(-) diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index 7d8edb22b..e04bb5391 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -71,21 +71,17 @@ qbittorrent: name: protonvpn-wireguard-conf key: private-key - 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 {{ printf "{{PORTS}}" }}"' - - name: DNS_UPSTREAM_RESOLVER_TYPE - value: dot + value: '/bin/sh -c "/gluetun/update.sh {{ printf "{{PORT}}" }}"' + - name: PORT_FORWARD_ONLY + value: "on" - name: BLOCK_MALICIOUS value: "off" - - name: HTTPPROXY - value: "off" - - name: SHADOWSOCKS - value: "off" securityContext: privileged: True capabilities: diff --git a/clusters/cl01tl/helm/slskd/values.yaml b/clusters/cl01tl/helm/slskd/values.yaml index 8f3fcf71a..cae7619d4 100644 --- a/clusters/cl01tl/helm/slskd/values.yaml +++ b/clusters/cl01tl/helm/slskd/values.yaml @@ -72,17 +72,11 @@ slskd: name: protonvpn-wireguard-conf key: private-key - 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" securityContext: privileged: true capabilities: diff --git a/clusters/cl01tl/helm/tubearchivist/values.yaml b/clusters/cl01tl/helm/tubearchivist/values.yaml index 1edd3c519..8ea98878e 100644 --- a/clusters/cl01tl/helm/tubearchivist/values.yaml +++ b/clusters/cl01tl/helm/tubearchivist/values.yaml @@ -26,7 +26,7 @@ tubearchivist: - 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 @@ -36,6 +36,19 @@ tubearchivist: envFrom: - secretRef: name: tubearchivist-config + probes: + liveness: + enabled: true + custom: true + spec: + httpGet: + path: /api/health/ + port: 24000 + failureThreshold: 5 + initialDelaySeconds: 30 + periodSeconds: 30 + successThreshold: 1 + timeoutSeconds: 15 resources: requests: cpu: 10m @@ -63,15 +76,11 @@ tubearchivist: name: protonvpn-wireguard-conf key: private-key - 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: off securityContext: privileged: True capabilities: