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 tag: 2.1.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# probes: env:
# liveness: PUID: 10000
# enabled: true PGID: 10000
# readiness:
# enabled: true
# startup:
# enabled: true
# spec:
# failureThreshold: 30
# periodSeconds: 5
gluetun: gluetun:
image: image:
repository: qmcgaw/gluetun repository: qmcgaw/gluetun
@ -49,11 +43,9 @@ spec:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: FIREWALL_INPUT_PORTS FIREWALL_INPUT_PORTS: "8112" # webui
value: "8112" # webui VPN_PORT_FORWARDING_STATUS_FILE: /tmp/gluetun/forwarded_port
- name: VPN_PORT_FORWARDING_STATUS_FILE
value: /tmp/gluetun/forwarded_port
envFrom: envFrom:
- secretRef: - secretRef:
name: qbittorrent-secrets name: qbittorrent-secrets