File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ variable "repository" {
13
13
variable "replicas" {
14
14
description = " Number of replicas for Keda operator"
15
15
type = number
16
- default = 2
16
+ default = 1
17
17
}
18
18
19
19
variable "webhooks_replicas" {
20
20
description = " Number of replicas for Keda admission webhooks"
21
21
type = number
22
- default = 2
22
+ default = 1
23
23
}
24
24
25
25
variable "metrics_server_replicas" {
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ variable "keda" {
105
105
enabled = optional (bool , false )
106
106
repository = optional (string , " https://kedacore.github.io/charts" )
107
107
namespace = optional (string , " cluster-apps" )
108
- replicas = optional (number , 2 )
109
- webhooks_replicas = optional (number , 2 )
108
+ replicas = optional (number , 1 )
109
+ webhooks_replicas = optional (number , 1 )
110
110
metrics_server_replicas = optional (number , 1 )
111
111
log_level = optional (string , " info" )
112
112
metrics_server = optional (bool , true )
You can’t perform that action at this time.
0 commit comments