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 d07b40c6d0
commit cd47f924b7
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 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 {