Kubernetes Ingress Nginx
The module deploys the Ingress NGINX Controller.
Providers
The following providers are needed by this module:
-
helm (2.12.1)
-
kubectl (2.0.4)
-
kubernetes (2.27.0)
-
pf (0.0.3)
-
random (3.6.0)
Required Inputs
The following input variables are required:
dhparam
Description: The Diffie-Hellman parameter to use for establishing perfect forward secrecy with TLS
Type: string
ingress_domains
Description: The domains that can be used for network ingress to the cluster
Type: set(string)
Optional Inputs
The following input variables are optional (have default values):
enhanced_ha_enabled
Description: Whether to add extra high-availability scheduling constraints at the trade-off of increased cost
Type: bool
Default: true
ingress_timeout_seconds
Description: The maximum number of seconds that request may take.
Type: number
Default: 60
max_replicas
Description: The maximum number of nginx-ingress replicas to deploy
Type: number
Default: 10
min_replicas
Description: The minimum number of nginx-ingress replicas to deploy
Type: number
Default: 3
monitoring_enabled
Description: Whether to add active monitoring to the deployed systems
Type: bool
Default: false
nginx_ingress_helm_version
Description: The version of the nginx-ingress helm chart to deploy
Type: string
Default: "4.11.3"
panfactum_scheduler_enabled
Description: Whether to use the Panfactum pod scheduler with enhanced bin-packing
Type: bool
Default: true
pull_through_cache_enabled
Description: Whether to use the ECR pull through cache for the deployed images
Type: bool
Default: true
tls_1_2_enabled
Description: Whether to enable TLS 1.2 protocols
Type: bool
Default: true
vpa_enabled
Description: Whether the VPA resources should be enabled
Type: bool
Default: true
Outputs
No outputs.
Usage
No notes