djjudas21 / charts

Collection of Helm charts
14 stars 6 forks source link

[smtp-relay] Add metrics #27

Closed djjudas21 closed 1 year ago

djjudas21 commented 1 year ago

What this PR does / why we need it

This PR adds a metrics sidecar to Postfix based on https://github.com/kumina/postfix_exporter. It also adds integration with the Prometheus operator by adding a serviceMonitor and a prometheusRule.

Default behaviour is retained, i.e. you have to opt in to deploying metrics by setting metrics.enabled: true

The version of the Alpine-based Postfix image is also bumped as it had been static for a year.

Checklist