disable email notifications as they are spammy and using sendgrid quota [ci skip]
This commit is contained in:
parent
d07b40c6d0
commit
cd47f924b7
3 changed files with 149 additions and 149 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue