Skip to content

Commit

Permalink
Try 1 for email alerting
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Oct 18, 2023
1 parent ae23940 commit e27bfb9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 2 additions & 0 deletions deploy/qa-ext-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
externalHost: qa.serval-api.org
environment: Staging
alertEmail: [email protected]
emailsToAlert: '[email protected], [email protected]'
enableTls: true
namespace: serval
auth0Domain: dev-sillsdev.auth0.com
Expand Down
2 changes: 2 additions & 0 deletions deploy/qa-int-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
externalHost: qa-int.serval-api.org
environment: Staging
alertEmail: [email protected]
emailsToAlert: [email protected]
enableTls: true
namespace: nlp
auth0Domain: sil-appbuilder.auth0.com
Expand Down
18 changes: 9 additions & 9 deletions deploy/serval/templates/alert-manager-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ spec:
receivers:
- emailConfigs:
- authPassword:
key: ?????
name: ?????
authUsername: ??????
from: [email protected]
name: aqua-ml-data
key: smtp_password
authUsername: {{ .Values.alertEmail }}
from: {{ .Values.alertEmail }}
requireTLS: true
sendResolved: true
smarthost: ?????
smarthost: mail.languagetechnology.org:587
tlsConfig: {}
to: '[email protected], [email protected]'
name: alert-nlp
to: {{ .Values.emailsToAlert }}
name: alert-serval
route:
groupBy: [...]
groupBy: []
groupInterval: 5m
groupWait: 10s
receiver: alert-nlp
receiver: alert-serval
repeatInterval: 4h
2 changes: 2 additions & 0 deletions deploy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
externalHost: prod.serval-api.org
environment: Production
alertEmail: [email protected]
emailsToAlert: '[email protected], [email protected]'
enableTls: true
namespace: serval
auth0Domain: languagetechnology.auth0.com
Expand Down

0 comments on commit e27bfb9

Please sign in to comment.