scale ingress nginx to 3 replicase for resiliency [ci skip]

This commit is contained in:
Viktor Barzin 2024-10-20 12:25:57 +00:00
parent cf39034bdf
commit 1c775ab6c5

View file

@ -414,7 +414,7 @@ resource "kubernetes_deployment" "ingress_nginx_controller" {
}
}
spec {
replicas = 1
replicas = 3
selector {
match_labels = {
"app.kubernetes.io/component" = "controller"