Skip to content

Commit cb7163c

Browse files
committedFeb 19, 2025
add CoreDNS to DNS config test
1 parent 3937d11 commit cb7163c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

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

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

5661
containers:
5762
app:

0 commit comments

Comments
 (0)
Please sign in to comment.