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:
|
||||
- path: /config
|
||||
|
||||
dnsPolicy: None
|
||||
dnsConfig:
|
||||
nameservers:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
|
||||
containers:
|
||||
app:
|
||||
image:
|
||||
|
@ -102,4 +108,4 @@ spec:
|
|||
server: "${NAS_IP}"
|
||||
path: /mnt/thePool/thePoolShare
|
||||
globalMounts:
|
||||
- path: /data
|
||||
- path: /data
|
||||
|
|
Reference in a new issue