chore(gluetun): Rework port forward

This commit is contained in:
Peter 2026-04-27 13:20:35 +02:00
parent bdeec6d819
commit 2b9630eb04
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
2 changed files with 20 additions and 8 deletions

View file

@ -33,6 +33,8 @@ spec:
- mountPath: "/gluetun/wireguard"
name: gluetun-wgconfig
readOnly: true
- name: gluetun-scripts
mountPath: /scripts
- name: gluetun-tmp
mountPath: /tmp/gluetun
restartPolicy: Always
@ -128,6 +130,10 @@ spec:
- name: gluetun-wgconfig
secret:
secretName: gluetun-wgconfig
- name: gluetun-scripts
configMap:
name: gluetun-scripts
defaultMode: 0755
- name: gluetun-tmp
emptyDir: {}
- name: nfs-media