qbittorrent custom port forward script

This commit is contained in:
2024-11-27 11:32:58 -05:00
parent 5fca036b85
commit b789ac12ed
3 changed files with 35 additions and 3 deletions

View File

@@ -47,6 +47,10 @@ spec:
mountPath: /config/wg_confs
- name: wireguard-config
mountPath: /config
- name: natpmp-script
mountPath: /custom-services.d/natpmp.sh
subPath: natpmp.sh
readOnly: true
volumes:
- name: qbittorrent-config
persistentVolumeClaim:
@@ -60,3 +64,6 @@ spec:
- name: wireguard-config-secret
secret:
secretName: wireguard-config-secret
- name: natpmp-script
configMap:
name: natpmp-script