set env variables to backend [ci skip]

This commit is contained in:
Viktor Barzin 2023-06-14 15:33:04 +00:00
parent 79ef8b26fc
commit b47f4ab4ce

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"