Skip to content

Commit

Permalink
add POD priorityClassName definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Furst Roman committed Jun 8, 2023
1 parent bc1d9cf commit 75f660b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/redisoperator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ spec:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
2 changes: 2 additions & 0 deletions charts/redisoperator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ nodeSelector: {}
tolerations: []

affinity: {}

priorityClassName: ""

0 comments on commit 75f660b

Please sign in to comment.