test add dns override radarr

This commit is contained in:
Matt Reeves 2025-02-18 01:08:23 -05:00
parent 8572308815
commit 37f62cc3d3

View file

@ -45,6 +45,12 @@ spec:
globalMounts: globalMounts:
- path: /config - path: /config
dnsPolicy: None
dnsConfig:
nameservers:
- 1.1.1.1
- 8.8.8.8
containers: containers:
app: app:
image: image:
@ -102,4 +108,4 @@ spec:
server: "${NAS_IP}" server: "${NAS_IP}"
path: /mnt/thePool/thePoolShare path: /mnt/thePool/thePoolShare
globalMounts: globalMounts:
- path: /data - path: /data