add custom DNS nameserver to prowlarr and sonarr configurations

This commit is contained in:
Matt Reeves 2025-02-19 00:05:56 -05:00
parent cb7163c123
commit 1755ac4e1b
2 changed files with 2 additions and 0 deletions
kubernetes/apps/production/arr

View file

@ -54,6 +54,7 @@ spec:
dnsPolicy: None
dnsConfig:
nameservers:
- 10.43.0.10
- 1.1.1.1
- 8.8.8.8

View file

@ -54,6 +54,7 @@ spec:
dnsPolicy: None
dnsConfig:
nameservers:
- 10.43.0.10
- 1.1.1.1
- 8.8.8.8