From a208fbeb4d51b6a53e083e88c9c33788f7cbb2a1 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 20 Apr 2024 14:21:40 -0400 Subject: [PATCH] wip(deluge): change env format, specify qbittorrent uid and gid --- .../apps/download/deluge/helm-release.yaml | 22 ++++++------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/cluster/apps/download/deluge/helm-release.yaml b/cluster/apps/download/deluge/helm-release.yaml index 773d481..e7afac5 100644 --- a/cluster/apps/download/deluge/helm-release.yaml +++ b/cluster/apps/download/deluge/helm-release.yaml @@ -32,16 +32,10 @@ spec: tag: 2.1.1 pullPolicy: IfNotPresent -# probes: -# liveness: -# enabled: true -# readiness: -# enabled: true -# startup: -# enabled: true -# spec: -# failureThreshold: 30 -# periodSeconds: 5 + env: + PUID: 10000 + PGID: 10000 + gluetun: image: repository: qmcgaw/gluetun @@ -49,11 +43,9 @@ spec: pullPolicy: IfNotPresent env: - - name: FIREWALL_INPUT_PORTS - value: "8112" # webui - - name: VPN_PORT_FORWARDING_STATUS_FILE - value: /tmp/gluetun/forwarded_port - + FIREWALL_INPUT_PORTS: "8112" # webui + VPN_PORT_FORWARDING_STATUS_FILE: /tmp/gluetun/forwarded_port + envFrom: - secretRef: name: qbittorrent-secrets