diff --git a/cluster/apps/download/deluge/helm-release.yaml b/cluster/apps/download/deluge/helm-release.yaml index bcfabbb..773d481 100644 --- a/cluster/apps/download/deluge/helm-release.yaml +++ b/cluster/apps/download/deluge/helm-release.yaml @@ -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