feat: expose priorityClassName in helm chart (#677)

Closes #674

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andrey Pokhilko
2026-04-10 10:16:15 +01:00
committed by GitHub
parent cc14898986
commit cbbe941761
2 changed files with 5 additions and 0 deletions
@@ -23,6 +23,9 @@ spec:
spec:
{{- include "helm-dashboard.imagePullSecrets" . | nindent 6 }}
serviceAccountName: {{ include "helm-dashboard.serviceAccountName" . }}
{{- with .Values.priorityClassName }}
priorityClassName: {{ . | quote }}
{{- end }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
+2
View File
@@ -125,6 +125,8 @@ autoscaling:
maxReplicas: 100
targetCPUUtilizationPercentage: 80
priorityClassName: ""
nodeSelector: {}
extraArgs: