[speedtest-prometheus] - add podAnnotations (#517)

Signed-off-by: Mike Splain <mike.splain@gmail.com>
This commit is contained in:
Mike Splain 2021-01-26 18:01:21 -05:00 committed by GitHub
parent 34bbd3e3da
commit acfb645810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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:

View File

@ -46,6 +46,8 @@ tolerations: []
affinity: {}
podAnnotations: {}
serviceMonitor:
enabled: false
interval: "60m"