idealista / prom2teams

prom2teams is an HTTP server built with Python that receives alert notifications from a previously configured Prometheus Alertmanager instance and forwards it to Microsoft Teams using defined connectors
Apache License 2.0
274 stars 85 forks source link

Helm will change deployment on configmap change and force pod restart #342

Closed fasher closed 9 months ago

fasher commented 1 year ago

Requirements

Description of the Change

Change deployment.yaml helm template to include an annotation with checksum of configmap, this will force pod restart when upgrading the helm chart with only a configmap change

Benefits

pod restart is need for new configuration to take effect, so this will do just that automatically on helm upgrade where before it require manual intevention

Possible Drawbacks

Applicable Issues

stale[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.