nonroot
This commit is contained in:
parent
eb09851ef7
commit
ddc05e4733
1 changed files with 2 additions and 6 deletions
|
@ -82,7 +82,9 @@ spec:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: qbittorrent-secret
|
name: qbittorrent-secret
|
||||||
securityContext:
|
securityContext:
|
||||||
|
runAsUser: 568
|
||||||
runAsGroup: 568
|
runAsGroup: 568
|
||||||
|
runAsNonRoot: true
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
|
@ -165,9 +167,3 @@ spec:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
gluetun:
|
gluetun:
|
||||||
- path: /dev/net
|
- path: /dev/net
|
||||||
unbound:
|
|
||||||
type: emptyDir
|
|
||||||
advancedMounts:
|
|
||||||
qbittorrent:
|
|
||||||
gluetun:
|
|
||||||
- path: /etc/unbound
|
|
||||||
|
|
Loading…
Reference in a new issue