diff --git a/test/integration/eu-west-1/k8s-qa/cluster/terragrunt.hcl b/test/integration/eu-west-1/k8s-qa/cluster/terragrunt.hcl index 6005d812a..ee23d250c 100644 --- a/test/integration/eu-west-1/k8s-qa/cluster/terragrunt.hcl +++ b/test/integration/eu-west-1/k8s-qa/cluster/terragrunt.hcl @@ -120,7 +120,7 @@ inputs = { labels = { dedicated = "monitoring" } - is_al2023 = true + is_al2023 = false max_pods = 30 cpu = "80m" memory = "585Mi" @@ -145,7 +145,7 @@ inputs = { labels = { dedicated = "observability" } - is_al2023 = true + is_al2023 = false max_pods = 30 cpu = "90m" memory = "585Mi"