diff --git a/charts/speedtest-prometheus/Chart.yaml b/charts/speedtest-prometheus/Chart.yaml index 2503df76..4a749ea6 100644 --- a/charts/speedtest-prometheus/Chart.yaml +++ b/charts/speedtest-prometheus/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: speedtest-prometheus description: Prometheus Exporter for the official Speedtest CLI type: application -version: 2.0.0 +version: 2.1.0 appVersion: 1.1.0 keywords: - speedtest diff --git a/charts/speedtest-prometheus/templates/deployment.yaml b/charts/speedtest-prometheus/templates/deployment.yaml index abc3c8cc..b54a05df 100644 --- a/charts/speedtest-prometheus/templates/deployment.yaml +++ b/charts/speedtest-prometheus/templates/deployment.yaml @@ -11,6 +11,10 @@ spec: {{- include "speedtest-prometheus.selectorLabels" . | nindent 6 }} template: metadata: + {{- with .Values.podAnnotations }} + annotations: + {{- toYaml . | nindent 8 }} + {{- end }} labels: {{- include "speedtest-prometheus.selectorLabels" . | nindent 8 }} spec: diff --git a/charts/speedtest-prometheus/values.yaml b/charts/speedtest-prometheus/values.yaml index 19ce1e9e..e2db71a8 100644 --- a/charts/speedtest-prometheus/values.yaml +++ b/charts/speedtest-prometheus/values.yaml @@ -46,6 +46,8 @@ tolerations: [] affinity: {} +podAnnotations: {} + serviceMonitor: enabled: false interval: "60m"