Skip to content

Commit cd87481

Browse files
authored
Merge pull request #9194 from zalando-incubator/unbound-default
Set unbound as default dns_cache
2 parents e100efc + 29f05ab commit cd87481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/config-defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ external_dns_zones_cache_duration: "1h"
925925
external_dns_mem: "4Gi"
926926

927927
# select which cache to use for Cluster DNS: unbound or dnsmasq.
928-
dns_cache: "dnsmasq"
928+
dns_cache: "unbound"
929929

930930
expirimental_dns_unbound_liveness_probe: "true"
931931

0 commit comments

Comments
 (0)