test add dns override radarr
This commit is contained in:
parent
8572308815
commit
37f62cc3d3
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue