Skip to content

Commit

Permalink
possible revert empty defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto Markovski committed Nov 18, 2024
1 parent 05a8cb5 commit 3aa51ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
9 changes: 1 addition & 8 deletions modules/kubernetes/aks-core/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -854,16 +854,9 @@ variable "envoy_gateway" {

})
default = {
enabled = false
envoy_gateway_config = {
logging_level = "info"
replicas_count = 2
resources_cpu_requests = ""
resources_memory_limit = ""
resources_memory_requests = ""
}
}
}


variable "popeye_enabled" {
description = "If the popeye module should be installed"
Expand Down
5 changes: 0 additions & 5 deletions modules/kubernetes/envoy-gateway/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@ variable "envoy_gateway_config" {
resources_memory_requests = optional(string, "")
})
default = {
logging_level = "info"
replicas_count = 2
resources_memory_limit = ""
resources_cpu_requests = ""
resources_memory_requests = ""
}
}

0 comments on commit 3aa51ad

Please sign in to comment.