cortex icon indicating copy to clipboard operation
cortex copied to clipboard

Enable the user to configure SMTP for Grafana (to enable email alerts)

Open RobertLucian opened this issue 4 years ago • 0 comments
trafficstars

Description

This can be configured in the cluster config and updated while the cluster is running.

The best way to do this is to create a secret resource that will hold the user's credentials and then mount that as environment variables into the Grafana deployment.

Notes

  • https://community.grafana.com/t/smtp-configuration-for-docker-container/16370
  • https://grafana.com/docs/grafana/next/administration/configuration/

RobertLucian avatar Jun 01 '21 18:06 RobertLucian