Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
WakeupTsai committed Sep 19, 2018
1 parent 7096da9 commit 375b6b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions deploy/kubernetes/apps/monitoring/alertmanager/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ metadata:
data:
alertmanager.yml: |-
global:
smtp_smarthost: 'smtp.gmail.com:587'
smtp_from: 'vortexlinker@gmail.com'
smtp_auth_username: '[email protected]'
smtp_auth_password: 'password'
smtp_smarthost: 'smtp.sendgrid.net:587'
smtp_from: 'develop@linkernetworks.com'
smtp_auth_username: 'apikey'
smtp_auth_password: 'key'
route:
group_by: [admin]
group_by: ['admin', 'email_to']
receiver: admin
routes:
- match:
Expand All @@ -25,7 +25,7 @@ data:
receivers:
- name: admin
email_configs:
- to: "c20712983@gmail.com"
- to: "vortex@linkernetworks.com"
headers: { Subject: "[WARN] Alert Email From Vortex" }
html: '{{ template "email.html" . }}'
- name: email_router
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ spec:
mountPath: /etc/config
readOnly: true
resources:
limits:
cpu: 10m
memory: 10Mi
requests:
cpu: 10m
memory: 10Mi
volumes:
- name: storage-volume
emptyDir: {}
Expand Down

0 comments on commit 375b6b9

Please sign in to comment.