add CoreDNS to DNS config test
This commit is contained in:
parent
3937d11814
commit
cb7163c123
1 changed files with 6 additions and 1 deletions
|
@ -51,7 +51,12 @@ spec:
|
||||||
runAsGroup: &group 1000
|
runAsGroup: &group 1000
|
||||||
fsGroup: *group
|
fsGroup: *group
|
||||||
fsGroupChangePolicy: "OnRootMismatch"
|
fsGroupChangePolicy: "OnRootMismatch"
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: None
|
||||||
|
dnsConfig:
|
||||||
|
nameservers:
|
||||||
|
- 10.43.0.10
|
||||||
|
- 1.1.1.1
|
||||||
|
- 8.8.8.8
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
|
|
Reference in a new issue