chore(qbittorrent): Add gluetun-tmp mount

This commit is contained in:
Peter 2026-01-30 09:32:22 +01:00
parent ebc1a1a21a
commit 30177043bf
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -32,6 +32,8 @@ spec:
- mountPath: "/gluetun/wireguard"
name: gluetun-wgconfig
readOnly: true
- name: gluetun-tmp
mountPath: /tmp/gluetun
restartPolicy: Always
readinessProbe:
exec:
@ -56,8 +58,6 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
runAsUser: 0
runAsGroup: 0
allowPrivilegeEscalation: true
capabilities:
drop:
@ -96,6 +96,8 @@ spec:
- name: gluetun-wgconfig
secret:
secretName: gluetun-wgconfig
- name: gluetun-tmp
emptydir: {}
- name: nfs-media
persistentVolumeClaim:
claimName: nfs-media