wip(deluge): change env format, specify qbittorrent uid and gid

This commit is contained in:
SeanOMik 2024-04-20 14:21:40 -04:00
parent d66321556c
commit a208fbeb4d
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 7 additions and 15 deletions

View File

@ -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