Skip to content

Commit 37f62cc

Browse files
committedFeb 18, 2025
test add dns override radarr
1 parent 8572308 commit 37f62cc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ spec:
4545
globalMounts:
4646
- path: /config
4747

48+
dnsPolicy: None
49+
dnsConfig:
50+
nameservers:
51+
- 1.1.1.1
52+
- 8.8.8.8
53+
4854
containers:
4955
app:
5056
image:
@@ -102,4 +108,4 @@ spec:
102108
server: "${NAS_IP}"
103109
path: /mnt/thePool/thePoolShare
104110
globalMounts:
105-
- path: /data
111+
- path: /data

0 commit comments

Comments
 (0)