Add PodDisruptionBudget for CoreDNS deployment. Allows users to control disruption behavior and set maximum unavailable pods (#10557)

This commit is contained in:
lobiyed.karim
2024-01-16 10:04:47 +01:00
committed by GitHub
parent beb2660aa8
commit 7b7c9f509e
3 changed files with 18 additions and 0 deletions

View File

@@ -18,6 +18,11 @@ coredns_default_zone_cache_block: |
cache 30
coredns_host_network: false
coredns_port: 53
coredns_pod_disruption_budget: false
# value for coredns pdb
coredns_pod_disruption_budget_max_unavailable: "30%"
# coredns_additional_configs adds any extra configuration to coredns
# coredns_additional_configs: |
# whoami