mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Use internal service name for SMTP
This commit is contained in:
parent
4d14d46311
commit
0a869e7a27
2
deploy
2
deploy
@ -39,4 +39,4 @@ find manifests/prometheus -type f ! -name prometheus-k8s-roles.yaml ! -name prom
|
||||
kubectl apply -f manifests/prometheus/prometheus-k8s-roles.yaml
|
||||
kubectl apply -f manifests/prometheus/prometheus-k8s-role-bindings.yaml
|
||||
kctl apply -f manifests/alertmanager/
|
||||
|
||||
kctl apply -f manifests/smtp-server/smtp.yaml
|
||||
|
@ -24,7 +24,7 @@ data:
|
||||
|
||||
[smtp]
|
||||
enabled = true
|
||||
host = 192.168.1.50:30025
|
||||
host = smtp-server.monitoring.svc:30025
|
||||
user =
|
||||
password =
|
||||
from_address = 'carlosedp@gmail.com'
|
||||
|
Loading…
Reference in New Issue
Block a user