set env variables to backend [ci skip]
This commit is contained in:
parent
79ef8b26fc
commit
b47f4ab4ce
1 changed files with 8 additions and 0 deletions
|
|
@ -150,6 +150,14 @@ resource "kubernetes_deployment" "finance_app" {
|
||||||
name = "GRAPHQL_API_SECRET"
|
name = "GRAPHQL_API_SECRET"
|
||||||
value = var.graphql_api_secret
|
value = var.graphql_api_secret
|
||||||
}
|
}
|
||||||
|
env {
|
||||||
|
name = "ENABLE_SCHEDULER"
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
env {
|
||||||
|
name = "DEBUG_METRICS"
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
volume_mount {
|
volume_mount {
|
||||||
name = "data"
|
name = "data"
|
||||||
mount_path = "/data"
|
mount_path = "/data"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue