scale ingress nginx to 3 replicase for resiliency [ci skip]
This commit is contained in:
parent
cf39034bdf
commit
1c775ab6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ resource "kubernetes_deployment" "ingress_nginx_controller" {
|
|||
}
|
||||
}
|
||||
spec {
|
||||
replicas = 1
|
||||
replicas = 3
|
||||
selector {
|
||||
match_labels = {
|
||||
"app.kubernetes.io/component" = "controller"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue