chore(gluetun): Rework port forward
This commit is contained in:
parent
bdeec6d819
commit
2b9630eb04
2 changed files with 20 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue