Update kubernetes/apps/production/arr/sabnzbd/helmrelease.yaml
This commit is contained in:
parent
8ae927e1f5
commit
5dff719ba7
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@ spec:
|
|||
runAsGroup: &group 1000
|
||||
fsGroup: *group
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
dnsPolicy: None
|
||||
dnsConfig:
|
||||
nameservers:
|
||||
- 10.43.0.10
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
|
||||
containers:
|
||||
app:
|
||||
|
|
Reference in a new issue