scale nginx ingress to 3 replicas [ci skip]

This commit is contained in:
Viktor Barzin 2025-03-16 18:27:27 +00:00
parent cd89d13ab2
commit 529b07f849
2 changed files with 3 additions and 2 deletions

View file

@ -448,7 +448,7 @@ resource "kubernetes_deployment" "ingress_nginx_controller" {
}
}
spec {
replicas = 1
replicas = 3
selector {
match_labels = {