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:
|
||||||
|
|
Reference in a new issue