-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add smtp configurations #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Introduce SMTP and logfiles configuration options and wire them into the Helm chart for the proximity and pigeon components.
- Add
smtp.mail
andlogfiles
sections tovalues.yaml
- Create SMTP Secret and ConfigMap templates
- Inject logfiles and SMTP settings into CLI, API, and pigeon deployments
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
charts/exivity/values.yaml | Added smtp.mail and logfiles configuration blocks |
charts/exivity/templates/smtp/smtp-secret.yaml | New Secret template for storing SMTP credentials |
charts/exivity/templates/smtp/smtp-configmap.yaml | New ConfigMap template for SMTP settings |
charts/exivity/templates/proximity/logfile.configmap.yaml | New ConfigMap template for logfiles retention/compression |
charts/exivity/templates/proximity/cli.deployment.yaml | Mounted logfiles ConfigMap in the proximity CLI |
charts/exivity/templates/proximity/api.deployment.yaml | Mounted SMTP Secret and ConfigMap in the proximity API |
charts/exivity/templates/pigeon/deployment.yaml | Added SMTP Secret mount in pigeon deployment |
Files not reviewed (1)
- charts/exivity/values.schema.json: Language not supported
…ng deployment references Signed-off-by: Steffen Exler <[email protected]>
…d enhance schema documentation Signed-off-by: Steffen Exler <[email protected]>
… deployment and configmap templates
Signed-off-by: Steffen Exler <[email protected]>
Signed-off-by: Steffen Exler <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait to merge, until proximity is updated
Signed-off-by: Steffen Exler <[email protected]>
Signed-off-by: Steffen Exler <[email protected]>
Introduce proximity options and configurations for SMTP, enhancing the application's flexibility in handling email management.
See: https://exivity.atlassian.net/browse/EXVT-5992