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 {
|
spec {
|
||||||
replicas = 1
|
replicas = 3
|
||||||
strategy {
|
strategy {
|
||||||
type = "RollingUpdate"
|
type = "RollingUpdate"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue