add MAM_ID env var to book-search deployment [ci skip]
This commit is contained in:
parent
946ea9e1f3
commit
3adaf88f62
1 changed files with 10 additions and 0 deletions
|
|
@ -707,6 +707,16 @@ resource "kubernetes_deployment" "book_search" {
|
||||||
name = "CWA_INGEST_PATH"
|
name = "CWA_INGEST_PATH"
|
||||||
value = "/cwa-book-ingest"
|
value = "/cwa-book-ingest"
|
||||||
}
|
}
|
||||||
|
env {
|
||||||
|
name = "MAM_ID"
|
||||||
|
value_from {
|
||||||
|
secret_key_ref {
|
||||||
|
name = "servarr-secrets"
|
||||||
|
key = "mam_id"
|
||||||
|
optional = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
resources {
|
resources {
|
||||||
requests = {
|
requests = {
|
||||||
cpu = "10m"
|
cpu = "10m"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue