SigNoz / charts

Helm Charts for SigNoz
MIT License
63 stars 67 forks source link

SMTP configuration #443

Open pascal89 opened 1 month ago

pascal89 commented 1 month ago

Hi, Currently, the Signoz Helm chart doesn't support providing the SMTP configuration explicitly. By looking into the Helm chart I already found out, I'll be able to configure this via the queryService.additionalEnvs chart variable, but that way I'll unfortunately have to provide my SMTP password in an unsecure way.

My suggestion is to update the Helm chart to be able to provide the SMTP configuration through Helm variables, where for the SMTP password we'll be able to provide this through an existing secret.

As I have experience with maintaining Helm charts, and I'm also willing to make a contribution for this. Please let me hear your thought on this.

pascal89 commented 1 week ago

Hi @prashant-shahi, do you have any comments on this? Thanks in advance :-)