add custom DNS nameserver to prowlarr and sonarr configurations
This commit is contained in:
parent
cb7163c123
commit
1755ac4e1b
2 changed files with 2 additions and 0 deletions
kubernetes/apps/production/arr
|
@ -54,6 +54,7 @@ spec:
|
|||
dnsPolicy: None
|
||||
dnsConfig:
|
||||
nameservers:
|
||||
- 10.43.0.10
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@ spec:
|
|||
dnsPolicy: None
|
||||
dnsConfig:
|
||||
nameservers:
|
||||
- 10.43.0.10
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
|
||||
|
|
Reference in a new issue