diff --git a/spot-termination-exporter/Chart.yaml b/spot-termination-exporter/Chart.yaml index 624f6125..953d0b24 100755 --- a/spot-termination-exporter/Chart.yaml +++ b/spot-termination-exporter/Chart.yaml @@ -3,7 +3,8 @@ name: spot-termination-exporter home: https://banzaicloud.com sources: - https://github.com/banzaicloud/banzai-charts -version: 0.0.8 +appVersion: 0.0.1 +version: 0.0.9 description: Spot Termination exporter Helm chart for Kubernetes keywords: - spot diff --git a/spot-termination-exporter/templates/daemonset.yaml b/spot-termination-exporter/templates/daemonset.yaml index 95df89ca..4b492c52 100644 --- a/spot-termination-exporter/templates/daemonset.yaml +++ b/spot-termination-exporter/templates/daemonset.yaml @@ -73,6 +73,9 @@ spec: tolerations: {{ toYaml . | indent 8 }} {{- end }} + {{- if .Values.priorityClassName }} + priorityClassName: {{ .Values.priorityClassName }} + {{- end }} {{- with .Values.securityContext }} securityContext: {{ toYaml . | indent 8 }} diff --git a/spot-termination-exporter/values.yaml b/spot-termination-exporter/values.yaml index 11df934f..53abae80 100644 --- a/spot-termination-exporter/values.yaml +++ b/spot-termination-exporter/values.yaml @@ -54,11 +54,15 @@ resources: memory: 256Mi cpu: 120m +nameOverride: "" + nodeSelector: {} tolerations: [] affinity: {} +priorityClassName: "" + securityContext: {} # runAsUser: 65534