chore(qbittorrent): Add gluetun-tmp mount
This commit is contained in:
parent
ebc1a1a21a
commit
30177043bf
1 changed files with 4 additions and 2 deletions
|
|
@ -32,6 +32,8 @@ spec:
|
||||||
- mountPath: "/gluetun/wireguard"
|
- mountPath: "/gluetun/wireguard"
|
||||||
name: gluetun-wgconfig
|
name: gluetun-wgconfig
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
- name: gluetun-tmp
|
||||||
|
mountPath: /tmp/gluetun
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
|
|
@ -56,8 +58,6 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
runAsUser: 0
|
|
||||||
runAsGroup: 0
|
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
|
@ -96,6 +96,8 @@ spec:
|
||||||
- name: gluetun-wgconfig
|
- name: gluetun-wgconfig
|
||||||
secret:
|
secret:
|
||||||
secretName: gluetun-wgconfig
|
secretName: gluetun-wgconfig
|
||||||
|
- name: gluetun-tmp
|
||||||
|
emptydir: {}
|
||||||
- name: nfs-media
|
- name: nfs-media
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nfs-media
|
claimName: nfs-media
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue