From da845de7bb2a1c2523190bf6e6c6bab798bab249 Mon Sep 17 00:00:00 2001 From: James Lee Date: Tue, 8 Apr 2025 10:58:02 -0700 Subject: [PATCH] chore: removed ingress_domains input --- .../main/guides/bootstrapping/inbound-networking/index.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/website/src/content/docs/main/guides/bootstrapping/inbound-networking/index.mdx b/packages/website/src/content/docs/main/guides/bootstrapping/inbound-networking/index.mdx index 39784fcdd..25eb6fe42 100644 --- a/packages/website/src/content/docs/main/guides/bootstrapping/inbound-networking/index.mdx +++ b/packages/website/src/content/docs/main/guides/bootstrapping/inbound-networking/index.mdx @@ -183,10 +183,6 @@ We provide a module to deploy it: [kube\_ingress\_nginx](/docs/main/reference/in // in your tls connections. You can generate it by running `openssl dhparam 4096 2> /dev/null`. This // can take several minutes as it depends on the entropy generated by your computer. dhparam = local.secrets.dhparam - - // For `ingress_domains` select **all** the domains that the cluster can use to serve traffic. Each domain - // listed here **must** have been configured in the `kube_external_dns` and `kube_cert_issuers` modules. - ingress_domains = [REPLACE_ME] // The `ingress_timeout_seconds` is the maximum number of seconds that NGINX will wait on upstream // servers to return a response before a server error is returned.