mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
qbittorrent custom port forward script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user