Skip to content

Commit 2dc38b5

Browse files
committed
fix template
1 parent a5b2d13 commit 2dc38b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

infrastructure/whiteboard-observability/staging.values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ prometheus:
4343
alertmanager:
4444
config:
4545
global:
46-
smtp_smarthost: '{{ printf "%s-mailhog" .Release.Name }}:1025'
47-
smtp_from: 'alertmanager@{{ .Values.client.url }}'
46+
smtp_smarthost: 'whiteboard-observability-staging-mailhog:1025'
47+
smtp_from: 'alertmanager@staging.whiteboard.student.k8s.aet.cit.tum.de'
4848
smtp_require_tls: false
4949
route:
5050
receiver: 'mailhog-alerts'
@@ -55,9 +55,9 @@ prometheus:
5555
receivers:
5656
- name: 'mailhog-alerts'
5757
email_configs:
58-
- to: 'teamserverdown@{{ .Values.client.url }}'
59-
from: 'alertmanager@{{ .Values.client.url }}'
60-
smarthost: '{{ printf "%s-mailhog" .Release.Name }}:1025'
58+
- to: 'teamserverdown@staging.whiteboard.student.k8s.aet.cit.tum.de'
59+
from: 'alertmanager@staging.whiteboard.student.k8s.aet.cit.tum.de'
60+
smarthost: 'whiteboard-observability-staging-mailhog:1025'
6161
send_resolved: true
6262

6363
ingress:

0 commit comments

Comments
 (0)