Skip to content

chore: removed ingress_domains input from doc #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down