add CoreDNS to DNS config test

This commit is contained in:
Matt Reeves 2025-02-19 00:03:43 -05:00
parent 3937d11814
commit cb7163c123

View file

@ -51,7 +51,12 @@ spec:
runAsGroup: &group 1000
fsGroup: *group
fsGroupChangePolicy: "OnRootMismatch"
dnsPolicy: ClusterFirst
dnsPolicy: None
dnsConfig:
nameservers:
- 10.43.0.10
- 1.1.1.1
- 8.8.8.8
containers:
app: