mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
Add PriorityClass support to StatefulSet Pod template (#68)
This commit is contained in:
@@ -32,6 +32,9 @@ spec:
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.priorityClassName }}
|
||||
priorityClassName: "{{ .Values.priorityClassName }}"
|
||||
{{- end }}
|
||||
initContainers:
|
||||
{{- if .Values.updateVolumeFsOwnership }}
|
||||
{{- if and .Values.containerSecurityContext .Values.containerSecurityContext.runAsUser }}
|
||||
|
||||
@@ -170,6 +170,8 @@ metrics:
|
||||
##
|
||||
relabelings: []
|
||||
|
||||
priorityClassName: ""
|
||||
|
||||
podDisruptionBudget:
|
||||
enabled: false
|
||||
maxUnavailable: 1
|
||||
|
||||
Reference in New Issue
Block a user