Skip to content

Commit 3937d11

Browse files
committedFeb 19, 2025
test cluster first dns
1 parent 9a54332 commit 3937d11

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

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

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

6056
containers:
6157
app:

0 commit comments

Comments
 (0)
Please sign in to comment.