File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
charts/prometheus-postgres-exporter Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : " v0.15.0"
3
3
description : A Helm chart for prometheus postgres-exporter
4
4
name : prometheus-postgres-exporter
5
- version : 5.2 .0
5
+ version : 5.3 .0
6
6
home : https://github.com/prometheus-community/postgres_exporter
7
7
sources :
8
8
- https://github.com/prometheus-community/postgres_exporter
Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ spec:
180
180
affinity :
181
181
{{ toYaml . | indent 8 }}
182
182
{{- end }}
183
+ {{- if .Values.priorityClassName }}
184
+ priorityClassName : {{ .Values.priorityClassName }}
185
+ {{- end }}
183
186
{{- with .Values.tolerations }}
184
187
tolerations :
185
188
{{ toYaml . | indent 8 }}
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ prometheusRule:
61
61
# description: replication for {{ template "prometheus-postgres-exporter.fullname" . }} PostgreSQL is lagging by {{ "{{ $value }}" }} hour(s).
62
62
# summary: PostgreSQL replication is lagging by {{ "{{ $value }}" }} hour(s).
63
63
64
+ priorityClassName : " "
65
+
64
66
resources : {}
65
67
# We usually recommend not to specify default resources and to leave this as a conscious
66
68
# choice for the user. This also increases chances charts run on environments with little
You can’t perform that action at this time.
0 commit comments