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
| <aname="input_comet_vpc_id"></a> [comet\_vpc\_id](#input\_comet\_vpc\_id)| ID of an existing VPC to provision resources in |`string`|`null`| no |
80
80
| <aname="input_eks_aws_cloudwatch_metrics"></a> [eks\_aws\_cloudwatch\_metrics](#input\_eks\_aws\_cloudwatch\_metrics)| Enables AWS Cloudwatch Metrics in the EKS cluster |`bool`|`true`| no |
81
81
| <aname="input_eks_aws_load_balancer_controller"></a> [eks\_aws\_load\_balancer\_controller](#input\_eks\_aws\_load\_balancer\_controller)| Enables the AWS Load Balancer Controller in the EKS cluster |`bool`|`true`| no |
82
-
| <aname="input_eks_cert_manager"></a> [eks\_cert\_manager](#input\_eks\_cert\_manager)| Enables cert-manager in the EKS cluster |`bool`|`true`| no |
82
+
| <aname="input_eks_cert_manager"></a> [eks\_cert\_manager](#input\_eks\_cert\_manager)| Enables cert-manager in the EKS cluster |`bool`|`false`| no |
83
83
| <aname="input_eks_cluster_name"></a> [eks\_cluster\_name](#input\_eks\_cluster\_name)| Name for EKS cluster |`string`|`"comet-eks"`| no |
84
-
| <aname="input_eks_cluster_version"></a> [eks\_cluster\_version](#input\_eks\_cluster\_version)| Kubernetes version of the EKS cluster |`string`|`"1.26"`| no |
85
-
| <aname="input_eks_external_dns"></a> [eks\_external\_dns](#input\_eks\_external\_dns)| Enables ExternalDNS in the EKS cluster |`bool`|`true`| no |
84
+
| <aname="input_eks_cluster_version"></a> [eks\_cluster\_version](#input\_eks\_cluster\_version)| Kubernetes version of the EKS cluster |`string`|`"1.27"`| no |
85
+
| <aname="input_eks_external_dns"></a> [eks\_external\_dns](#input\_eks\_external\_dns)| Enables ExternalDNS in the EKS cluster |`bool`|`false`| no |
86
+
| <aname="input_eks_external_dns_r53_zones"></a> [eks\_external\_dns\_r53\_zones](#input\_eks\_external\_dns\_r53\_zones)| Route 53 zones for external-dns to have access to |`list(string)`| <pre>[<br> "arn:aws:route53:::hostedzone/XYZ"<br>]</pre> | no |
86
87
| <aname="input_eks_mng_ami_type"></a> [eks\_mng\_ami\_type](#input\_eks\_mng\_ami\_type)| AMI family to use for the EKS nodes |`string`|`"AL2_x86_64"`| no |
87
88
| <aname="input_eks_mng_desired_size"></a> [eks\_mng\_desired\_size](#input\_eks\_mng\_desired\_size)| Desired number of nodes in EKS cluster |`number`|`3`| no |
89
+
| <aname="input_eks_mng_disk_size"></a> [eks\_mng\_disk\_size](#input\_eks\_mng\_disk\_size)| Size of the storage disks for nodes in EKS cluster |`number`|`500`| no |
88
90
| <aname="input_eks_mng_max_size"></a> [eks\_mng\_max\_size](#input\_eks\_mng\_max\_size)| Maximum number of nodes in EKS cluster |`number`|`6`| no |
89
91
| <aname="input_eks_mng_name"></a> [eks\_mng\_name](#input\_eks\_mng\_name)| Name for the EKS managed nodegroup |`string`|`"mng"`| no |
90
92
| <aname="input_eks_node_types"></a> [eks\_node\_types](#input\_eks\_node\_types)| Node instance types for EKS managed node group |`list(string)`| <pre>[<br> "m5.4xlarge"<br>]</pre> | no |
| <aname="input_eks_cluster_name"></a> [eks\_cluster\_name](#input\_eks\_cluster\_name)| Name for the EKS cluster |`string`| n/a | yes |
37
37
| <aname="input_eks_cluster_version"></a> [eks\_cluster\_version](#input\_eks\_cluster\_version)| Kubernetes version for the EKS cluster |`string`| n/a | yes |
38
38
| <aname="input_eks_external_dns"></a> [eks\_external\_dns](#input\_eks\_external\_dns)| Enables ExternalDNS in the EKS cluster |`bool`| n/a | yes |
39
+
| <aname="input_eks_external_dns_r53_zones"></a> [eks\_external\_dns\_r53\_zones](#input\_eks\_external\_dns\_r53\_zones)| Route 53 zones for external-dns to have access to |`list(string)`| n/a | yes |
39
40
| <aname="input_eks_mng_ami_type"></a> [eks\_mng\_ami\_type](#input\_eks\_mng\_ami\_type)| AMI family to use for the EKS nodes |`string`| n/a | yes |
40
41
| <aname="input_eks_mng_desired_size"></a> [eks\_mng\_desired\_size](#input\_eks\_mng\_desired\_size)| Desired number of nodes in EKS cluster |`number`| n/a | yes |
42
+
| <aname="input_eks_mng_disk_size"></a> [eks\_mng\_disk\_size](#input\_eks\_mng\_disk\_size)| Size of the storage disks for nodes in EKS cluster |`number`| n/a | yes |
41
43
| <aname="input_eks_mng_max_size"></a> [eks\_mng\_max\_size](#input\_eks\_mng\_max\_size)| Maximum number of nodes in EKS cluster |`number`| n/a | yes |
42
44
| <aname="input_eks_mng_name"></a> [eks\_mng\_name](#input\_eks\_mng\_name)| Name for the EKS managed nodegroup |`string`| n/a | yes |
43
45
| <aname="input_eks_node_types"></a> [eks\_node\_types](#input\_eks\_node\_types)| Node instance types for EKS managed node group |`list(string)`| n/a | yes |
0 commit comments