disable email notifications as they are spammy and using sendgrid quota [ci skip]

This commit is contained in:
Viktor Barzin 2023-06-20 14:04:02 +00:00
parent 17612c50a4
commit 3047ff1d9b
2 changed files with 149 additions and 149 deletions

View file

@ -151,11 +151,11 @@ resource "kubernetes_deployment" "finance_app" {
value = var.graphql_api_secret
}
env {
name = "ENABLE_SCHEDULER"
name = "ENABLE_SCHEDULER"
value = 1
}
env {
name = "DEBUG_METRICS"
name = "DEBUG_METRICS"
value = 1
}
volume_mount {