You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# description = "Enter a valid full qualified domain name (FQDN). You will need to map the domain name to the EXTERNAL-IP address on your DNS provider (DNS Registry type - A). If you have multiple domain names, include separated by comma. e.g.: mushop.example.com,catshop.com"
28
-
# }
29
-
# variable "ingress_tls" {
30
-
# default = false
31
-
# description = "If enabled, will generate SSL certificates to enable HTTPS for the ingress using the Certificate Issuer"
32
-
# }
33
-
# variable "ingress_cluster_issuer" {
34
-
# default = "letsencrypt-prod"
35
-
# description = "Certificate issuer type. Currently supports the free Let's Encrypt and Self-Signed. Only *letsencrypt-prod* generates valid certificates"
36
-
# }
37
-
# variable "ingress_email_issuer" {
38
-
# default = "no-reply@example.cloud"
39
-
# description = "You must replace this email address with your own. The certificate provider will use this to contact you about expiring certificates, and issues related to your account."
40
-
# }
25
+
variable"ingress_hosts" {
26
+
default=""
27
+
description="Enter a valid full qualified domain name (FQDN). You will need to map the domain name to the EXTERNAL-IP address on your DNS provider (DNS Registry type - A). If you have multiple domain names, include separated by comma. e.g.: mushop.example.com,catshop.com"
28
+
}
29
+
variable"ingress_hosts_include_nip_io" {
30
+
default=true
31
+
description="Include app_name.HEXXX.nip.io on the ingress hosts. e.g.: mushop.HEXXX.nip.io"
32
+
}
33
+
variable"nip_io_domain" {
34
+
default="nip.io"
35
+
description="Dynamic wildcard DNS for the application hostname. Should support hex notation. e.g.: nip.io"
36
+
}
37
+
variable"ingress_tls" {
38
+
default=false
39
+
description="If enabled, will generate SSL certificates to enable HTTPS for the ingress using the Certificate Issuer"
40
+
}
41
+
variable"ingress_cluster_issuer" {
42
+
default="letsencrypt-prod"
43
+
description="Certificate issuer type. Currently supports the free Let's Encrypt and Self-Signed. Only *letsencrypt-prod* generates valid certificates"
44
+
}
45
+
variable"ingress_email_issuer" {
46
+
default="no-reply@example.cloud"
47
+
description="You must replace this email address with your own. The certificate provider will use this to contact you about expiring certificates, and issues related to your account."
0 commit comments