Adds reliability checks to cert-manager, externaldns, and traefik setup.

This commit is contained in:
2025-09-28 15:27:57 -07:00
parent 4d04b54f64
commit fb76eb5b47
5 changed files with 98 additions and 23 deletions

View File

@@ -7,4 +7,5 @@ domain=$(wild-config "cloud.domain")
prompt_if_unset_config "cloud.internalDomain" "Enter internal domain name" "local.${domain}"
prompt_if_unset_config "operator.email" "Enter operator email address (for Let's Encrypt)" ""
prompt_if_unset_config "cluster.certManager.cloudflare.domain" "Enter Cloudflare domain (for DNS challenges)" "${domain}"
prompt_if_unset_config "cluster.certManager.cloudflare.zoneID" "Enter Cloudflare zone ID (for DNS challenges - improves reliability)" ""
prompt_if_unset_secret "cloudflare.token" "Enter Cloudflare API token (for DNS challenges)" ""