Skip to content

Commit

Permalink
fix(DMVP-autoscaling): EKS autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian committed Dec 5, 2023
1 parent 168aca4 commit 2471e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ No modules.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_autoscaler_image_patch"></a> [autoscaler\_image\_patch](#input\_autoscaler\_image\_patch) | The patch number of autoscaler image | `number` | `0` | no |
| <a name="input_autoscaler_image_patch"></a> [autoscaler\_image\_patch](#input\_autoscaler\_image\_patch) | The patch number of autoscaler image | `number` | `1` | no |
| <a name="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name) | Cluster name to pass to role | `string` | n/a | yes |
| <a name="input_cluster_oidc_arn"></a> [cluster\_oidc\_arn](#input\_cluster\_oidc\_arn) | Cluster OIDC arn to pass to policy | `string` | n/a | yes |
| <a name="input_eks_version"></a> [eks\_version](#input\_eks\_version) | The version of eks cluster | `string` | n/a | yes |
Expand Down
2 changes: 1 addition & 1 deletion modules/autoscaler/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ variable "eks_version" {
variable "autoscaler_image_patch" {
type = number
description = "The patch number of autoscaler image"
default = 0
default = 1
}

variable "scale_down_unneeded_time" {
Expand Down

0 comments on commit 2471e07

Please sign in to comment.