set env variables to backend [ci skip]

This commit is contained in:
Viktor Barzin 2023-06-14 15:33:04 +00:00
parent ff08060ba9
commit 4e4ac1d7a9
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 8 additions and 0 deletions

View file

@ -150,6 +150,14 @@ resource "kubernetes_deployment" "finance_app" {
name = "GRAPHQL_API_SECRET"
value = var.graphql_api_secret
}
env {
name = "ENABLE_SCHEDULER"
value = 1
}
env {
name = "DEBUG_METRICS"
value = 1
}
volume_mount {
name = "data"
mount_path = "/data"

Binary file not shown.