Skip to content

Version 1.6.0 / 2020-05-08

Compare
Choose a tag to compare
@ricoberger ricoberger released this 08 May 15:35
  • Remove the creation of the Service and ServiceMonitor from the code of the operator.
  • Instead provide an option to create the ServiceMonitor via Helm chart.

The following values can be set via the Helm chart:

serviceMonitor:
  enabled: false
  labels: {}
  interval: 10s
  scrapeTimeout: 10s
  honorLabels: true
  relabelings: []