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
@@ -300,15 +302,16 @@ Before enabling the **Kubecost** addon for your Amazon EKS cluster, please make
300
302
| <aname="input_cluster_issuer"></a> [cluster\_issuer](#input\_cluster\_issuer)| Specify the letsecrypt cluster-issuer for ingress tls. |`string`|`"letsencrypt-prod"`| no |
301
303
| <aname="input_cluster_propotional_autoscaler_enabled"></a> [cluster\_propotional\_autoscaler\_enabled](#input\_cluster\_propotional\_autoscaler\_enabled)| Enable or disable Cluster propotional autoscaler add-on |`bool`|`false`| no |
302
304
| <aname="input_core_dns_hpa_config"></a> [core\_dns\_hpa\_config](#input\_core\_dns\_hpa\_config)| Configuration to provide settings of hpa over core dns |`any`| <pre>{<br> "corednsdeploymentname": "coredns",<br> "maxReplicas": 10,<br> "minReplicas": 2,<br> "targetCPUUtilizationPercentage": 80,<br> "targetMemoryUtilizationPercentage": "150Mi"<br>}</pre> | no |
305
+
| <aname="input_coredns_hpa_enabled"></a> [coredns\_hpa\_enabled](#input\_coredns\_hpa\_enabled)| Determines whether Horizontal Pod Autoscaling (HPA) for CoreDNS is enabled. |`bool`|`false`| no |
303
306
| <aname="input_defectdojo_enabled"></a> [defectdojo\_enabled](#input\_defectdojo\_enabled)| Enable istio for service mesh. |`bool`|`false`| no |
304
307
| <aname="input_defectdojo_hostname"></a> [defectdojo\_hostname](#input\_defectdojo\_hostname)| Specify the hostname for the kubecsot. |`string`|`""`| no |
305
308
| <aname="input_efs_storage_class_enabled"></a> [efs\_storage\_class\_enabled](#input\_efs\_storage\_class\_enabled)| Enable or disable the Amazon Elastic File System (EFS) add-on for EKS cluster. |`bool`|`false`| no |
306
309
| <aname="input_eks_cluster_name"></a> [eks\_cluster\_name](#input\_eks\_cluster\_name)| Fetch Cluster ID of the cluster |`string`|`""`| no |
307
310
| <aname="input_environment"></a> [environment](#input\_environment)| Environment identifier for the Amazon Elastic Kubernetes Service (EKS) cluster. |`string`|`""`| no |
308
311
| <aname="input_external_secrets_enabled"></a> [external\_secrets\_enabled](#input\_external\_secrets\_enabled)| Enable or disable External Secrets operator add-on for managing external secrets. |`bool`|`false`| no |
309
-
| <aname="input_falco_enabled"></a> [falco\_enabled](#input\_falco\_enabled)|n/a|`bool`|`false`| no |
312
+
| <aname="input_falco_enabled"></a> [falco\_enabled](#input\_falco\_enabled)|Determines whether Falco is enabled.|`bool`|`false`| no |
310
313
| <aname="input_ingress_nginx_enabled"></a> [ingress\_nginx\_enabled](#input\_ingress\_nginx\_enabled)| Enable or disable Nginx Ingress Controller add-on for routing external traffic to Kubernetes services. |`bool`|`false`| no |
311
-
| <aname="input_ingress_nginx_version"></a> [ingress\_nginx\_version](#input\_ingress\_nginx\_version)| Specify the version of the NGINX Ingress Controller |`string`|`"4.7.0"`| no |
314
+
| <aname="input_ingress_nginx_version"></a> [ingress\_nginx\_version](#input\_ingress\_nginx\_version)| Specify the version of the NGINX Ingress Controller |`string`|`"4.9.1"`| no |
312
315
| <aname="input_internal_ingress_nginx_enabled"></a> [internal\_ingress\_nginx\_enabled](#input\_internal\_ingress\_nginx\_enabled)| Enable or disable the deployment of an internal ingress controller for Kubernetes. |`bool`|`false`| no |
313
316
| <aname="input_ipv6_enabled"></a> [ipv6\_enabled](#input\_ipv6\_enabled)| whether IPv6 enabled or not |`bool`|`false`| no |
@@ -325,7 +328,7 @@ Before enabling the **Kubecost** addon for your Amazon EKS cluster, please make
325
328
| <aname="input_kubecost_enabled"></a> [kubecost\_enabled](#input\_kubecost\_enabled)| Enable or disable the deployment of an Kubecost for Kubernetes. |`bool`|`false`| no |
326
329
| <aname="input_kubecost_hostname"></a> [kubecost\_hostname](#input\_kubecost\_hostname)| Specify the hostname for the kubecsot. |`string`|`""`| no |
327
330
| <aname="input_metrics_server_enabled"></a> [metrics\_server\_enabled](#input\_metrics\_server\_enabled)| Enable or disable the metrics server add-on for EKS cluster. |`bool`|`false`| no |
328
-
| <aname="input_metrics_server_helm_version"></a> [metrics\_server\_helm\_version](#input\_metrics\_server\_helm\_version)| Version of the metrics server helm chart |`string`|`"3.8.2"`| no |
331
+
| <aname="input_metrics_server_helm_version"></a> [metrics\_server\_helm\_version](#input\_metrics\_server\_helm\_version)| Version of the metrics server helm chart |`string`|`"3.11.0"`| no |
329
332
| <aname="input_metrics_server_vpa_config"></a> [metrics\_server\_vpa\_config](#input\_metrics\_server\_vpa\_config)| Configuration to provide settings of vpa over metrics server |`any`| <pre>{<br> "maxCPU": "100m",<br> "maxMemory": "500Mi",<br> "metricsServerDeploymentName": "metrics-server",<br> "minCPU": "25m",<br> "minMemory": "150Mi"<br>}</pre> | no |
330
333
| <aname="input_name"></a> [name](#input\_name)| Specify the name prefix of the EKS cluster resources. |`string`|`""`| no |
331
334
| <aname="input_node_termination_handler_version"></a> [node\_termination\_handler\_version](#input\_node\_termination\_handler\_version)| Specify the version of node termination handler |`string`|`"0.21.0"`| no |
@@ -334,7 +337,7 @@ Before enabling the **Kubecost** addon for your Amazon EKS cluster, please make
334
337
| <aname="input_service_monitor_crd_enabled"></a> [service\_monitor\_crd\_enabled](#input\_service\_monitor\_crd\_enabled)| Enable or disable the installation of Custom Resource Definitions (CRDs) for Prometheus Service Monitor. |`bool`|`false`| no |
335
338
| <aname="input_single_az_ebs_gp3_storage_class_enabled"></a> [single\_az\_ebs\_gp3\_storage\_class\_enabled](#input\_single\_az\_ebs\_gp3\_storage\_class\_enabled)| Whether to enable the Single AZ storage class or not. |`bool`|`false`| no |
336
339
| <aname="input_single_az_sc_config"></a> [single\_az\_sc\_config](#input\_single\_az\_sc\_config)| Name and regions for storage class in Key-Value pair. |`list(any)`|`[]`| no |
337
-
| <aname="input_slack_webhook"></a> [slack\_webhook](#input\_slack\_webhook)|n/a|`string`|`""`| no |
340
+
| <aname="input_slack_webhook"></a> [slack\_webhook](#input\_slack\_webhook)|The Slack webhook URL used for notifications.|`string`|`""`| no |
338
341
| <aname="input_storageClassName"></a> [storageClassName](#input\_storageClassName)| Specify the hostname for the kubecsot. |`string`|`"infra-service-sc"`| no |
339
342
| <aname="input_velero_config"></a> [velero\_config](#input\_velero\_config)| Configuration to provide settings for Velero, including which namespaces to backup, retention period, backup schedule, and backup bucket name. |`any`| <pre>{<br> "backup_bucket_name": "",<br> "namespaces": "",<br> "retention_period_in_days": 45,<br> "schedule_backup_cron_time": "",<br> "slack_notification_channel_name": "",<br> "slack_notification_token": "",<br> "velero_backup_name": ""<br>}</pre> | no |
340
343
| <aname="input_velero_enabled"></a> [velero\_enabled](#input\_velero\_enabled)| Enable or disable the installation of Velero, which is a backup and restore solution for Kubernetes clusters. |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ No inputs.
43
43
44
44
| Name | Description |
45
45
|------|-------------|
46
+
| <aname="output_defectdojo"></a> [defectdojo](#output\_defectdojo)| DefectDojo endpoint and credentials |
46
47
| <aname="output_ebs_encryption_enable"></a> [ebs\_encryption\_enable](#output\_ebs\_encryption\_enable)| Whether Amazon Elastic Block Store (EBS) encryption is enabled or not. |
47
48
| <aname="output_efs_id"></a> [efs\_id](#output\_efs\_id)| ID of the Amazon Elastic File System (EFS) that has been created for the EKS cluster. |
48
49
| <aname="output_environment"></a> [environment](#output\_environment)| Environment Name for the EKS cluster |
0 commit comments