scale down hackmd to release cpu requests [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-21 03:33:27 +00:00
parent a263b80553
commit dffc718fcb
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -26,7 +26,7 @@ resource "kubernetes_deployment" "hackmd" {
}
}
spec {
replicas = 3
replicas = 1
strategy {
type = "RollingUpdate" # DB is external so we can roll
}