wip(deluge): add config volume and gluetun forwarding status file
This commit is contained in:
parent
ba169ea037
commit
d66321556c
|
@ -51,6 +51,8 @@ spec:
|
|||
env:
|
||||
- name: FIREWALL_INPUT_PORTS
|
||||
value: "8112" # webui
|
||||
- name: VPN_PORT_FORWARDING_STATUS_FILE
|
||||
value: /tmp/gluetun/forwarded_port
|
||||
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
@ -87,11 +89,22 @@ spec:
|
|||
- *host
|
||||
|
||||
persistence:
|
||||
media:
|
||||
torrents:
|
||||
type: hostPath
|
||||
hostPath: /mnt/MainPool/Media/Torrents
|
||||
globalMounts:
|
||||
- path: /storage/Torrents
|
||||
|
||||
config:
|
||||
type: persistentVolumeClaim
|
||||
storageClass: openebs-hostpath
|
||||
size: 1Gi
|
||||
accessMode: ReadWriteOnce
|
||||
advancedMounts:
|
||||
deluge:
|
||||
app:
|
||||
- path: /config
|
||||
|
||||
gluetun-tmp:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
|
@ -99,4 +112,7 @@ spec:
|
|||
deluge: # deluge controller
|
||||
gluetun: # gluetun container
|
||||
- path: /tmp/gluetun/
|
||||
app:
|
||||
- path: /pia
|
||||
readOnly: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue