[prometheus-pushgateway] PriorityClassName for prom-pushgateway (#948)

* PriorityClassName for prom-pushgateway

Signed-off-by: Matteo Maponi <matteo.maponi@gmail.com>

* bump minor version

Signed-off-by: Matteo Maponi <matteo.maponi@gmail.com>
This commit is contained in:
Matteo M
2021-06-17 10:25:15 +02:00
committed by GitHub
parent eb9db1a491
commit 8d84231f96
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.3.0"
description: A Helm chart for prometheus pushgateway
name: prometheus-pushgateway
version: 1.9.0
version: 1.10.0
home: https://github.com/prometheus/pushgateway
sources:
- https://github.com/prometheus/pushgateway
@@ -23,6 +23,9 @@ spec:
{{ toYaml .Values.podAnnotations | indent 8 }}
spec:
serviceAccountName: {{ template "prometheus-pushgateway.serviceAccountName" . }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName | quote }}
{{- end }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
@@ -168,6 +168,8 @@ serviceMonitor:
# If not set then a PodDisruptionBudget will not be created
podDisruptionBudget: {}
priorityClassName:
# Deployment Strategy type
strategy:
type: Recreate