disable matrix and ebook2audiobook deployments [ci skip]
This commit is contained in:
parent
0b2e6d09d2
commit
221154aa9c
2 changed files with 5 additions and 5 deletions
|
|
@ -734,10 +734,10 @@ module "nvidia" {
|
||||||
tls_secret_name = var.tls_secret_name
|
tls_secret_name = var.tls_secret_name
|
||||||
}
|
}
|
||||||
|
|
||||||
module "ebook2audiobook" {
|
# module "ebook2audiobook" {
|
||||||
source = "./ebook2audiobook"
|
# source = "./ebook2audiobook"
|
||||||
tls_secret_name = var.tls_secret_name
|
# tls_secret_name = var.tls_secret_name
|
||||||
}
|
# }
|
||||||
|
|
||||||
module "rybbit" {
|
module "rybbit" {
|
||||||
source = "./rybbit"
|
source = "./rybbit"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ resource "kubernetes_deployment" "matrix" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
spec {
|
spec {
|
||||||
replicas = 1
|
replicas = 0
|
||||||
selector {
|
selector {
|
||||||
match_labels = {
|
match_labels = {
|
||||||
app = "matrix"
|
app = "matrix"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue