scale nginx ingress to 3 replicas [ci skip]
This commit is contained in:
parent
cd89d13ab2
commit
529b07f849
2 changed files with 3 additions and 2 deletions
|
|
@ -448,7 +448,7 @@ resource "kubernetes_deployment" "ingress_nginx_controller" {
|
|||
}
|
||||
}
|
||||
spec {
|
||||
replicas = 1
|
||||
replicas = 3
|
||||
|
||||
selector {
|
||||
match_labels = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue