Skip to content

Commit

Permalink
introduce priorityClassName (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
joawin authored Oct 15, 2024
1 parent 2cc10f1 commit 7469e70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-artifactory-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.14.0"
description: A Helm chart for the Prometheus Artifactory Exporter
name: prometheus-artifactory-exporter
version: 0.6.2
version: 0.6.3
keywords:
- metrics
- artifactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ spec:
{{- with .Values.affinity }}
affinity: {{ toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
{{- with .Values.tolerations }}
tolerations: {{ toYaml . | nindent 8 }}
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions charts/prometheus-artifactory-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ serviceMonitor:
# targetLabels: []
# metricRelabelings: []

priorityClassName: ""

nodeSelector: {}

tolerations: []
Expand Down

0 comments on commit 7469e70

Please sign in to comment.