scale down hackmd to release cpu requests [ci skip]
This commit is contained in:
parent
a263b80553
commit
dffc718fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ resource "kubernetes_deployment" "hackmd" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
spec {
|
spec {
|
||||||
replicas = 3
|
replicas = 1
|
||||||
strategy {
|
strategy {
|
||||||
type = "RollingUpdate" # DB is external so we can roll
|
type = "RollingUpdate" # DB is external so we can roll
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue