disable matrix and ebook2audiobook deployments [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-26 20:27:47 +00:00
parent e12c117bdf
commit 8a07ed457f
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ resource "kubernetes_deployment" "matrix" {
}
}
spec {
replicas = 1
replicas = 0
selector {
match_labels = {
app = "matrix"