mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[speedtest-prometheus] - add podAnnotations (#517)
Signed-off-by: Mike Splain <mike.splain@gmail.com>
This commit is contained in:
parent
34bbd3e3da
commit
acfb645810
@ -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
|
||||
|
@ -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:
|
||||
|
@ -46,6 +46,8 @@ tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
interval: "60m"
|
||||
|
Loading…
Reference in New Issue
Block a user