test cluster first dns
This commit is contained in:
parent
9a5433277b
commit
3937d11814
1 changed files with 1 additions and 5 deletions
|
@ -51,11 +51,7 @@ spec:
|
||||||
runAsGroup: &group 1000
|
runAsGroup: &group 1000
|
||||||
fsGroup: *group
|
fsGroup: *group
|
||||||
fsGroupChangePolicy: "OnRootMismatch"
|
fsGroupChangePolicy: "OnRootMismatch"
|
||||||
dnsPolicy: None
|
dnsPolicy: ClusterFirst
|
||||||
dnsConfig:
|
|
||||||
nameservers:
|
|
||||||
- 1.1.1.1
|
|
||||||
- 8.8.8.8
|
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
|
|
Reference in a new issue