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
|
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
|
||||||
|
|
Loading…
Reference in New Issue