scale cloudflared to 3 replicate for resiliene [ci skip]
This commit is contained in:
parent
c883e5d8b7
commit
b401bcb3ed
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ resource "kubernetes_deployment" "cloudflared" {
|
|||
}
|
||||
}
|
||||
spec {
|
||||
replicas = 1
|
||||
replicas = 3
|
||||
strategy {
|
||||
type = "RollingUpdate"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue