Skip to content

Commit 5dff719

Browse files
author
mafyuh
committedFeb 21, 2025
Update kubernetes/apps/production/arr/sabnzbd/helmrelease.yaml
1 parent 8ae927e commit 5dff719

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎kubernetes/apps/production/arr/sabnzbd/helmrelease.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ spec:
5151
runAsGroup: &group 1000
5252
fsGroup: *group
5353
fsGroupChangePolicy: "OnRootMismatch"
54+
dnsPolicy: None
55+
dnsConfig:
56+
nameservers:
57+
- 10.43.0.10
58+
- 1.1.1.1
59+
- 8.8.8.8
5460

5561
containers:
5662
app:

0 commit comments

Comments
 (0)
Please sign in to comment.