wip(deluge): change env format, specify qbittorrent uid and gid
This commit is contained in:
parent
d66321556c
commit
a208fbeb4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue