feat: add grafana email configuration

This commit is contained in:
cătălin 2024-02-12 18:30:54 +01:00
commit 5c34c7a0d7
Signed by untrusted user: catalin
GPG key ID: 0178DF42F43E5FD2
2 changed files with 25 additions and 1 deletions

View file

@ -20,6 +20,7 @@ spec:
helm:
valuesObject:
grafana:
replicas: 1
enabled: true
persistence:
type: pvc
@ -30,6 +31,13 @@ spec:
hosts:
- grafana.fuku
ingressClassName: traefik
grafana.ini:
smtp:
enabled: true
host: mail.fukurokuju.dev:465
from_address: status@fukurokuju.dev
smtp:
existingSecret: secret-grafana-smtp
resources:
limits:
cpu: 512m