mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-05-06 14:08:55 +00:00
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:
@@ -23,6 +23,9 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
{{- include "helm-dashboard.imagePullSecrets" . | nindent 6 }}
|
{{- include "helm-dashboard.imagePullSecrets" . | nindent 6 }}
|
||||||
serviceAccountName: {{ include "helm-dashboard.serviceAccountName" . }}
|
serviceAccountName: {{ include "helm-dashboard.serviceAccountName" . }}
|
||||||
|
{{- with .Values.priorityClassName }}
|
||||||
|
priorityClassName: {{ . | quote }}
|
||||||
|
{{- end }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
@@ -125,6 +125,8 @@ autoscaling:
|
|||||||
maxReplicas: 100
|
maxReplicas: 100
|
||||||
targetCPUUtilizationPercentage: 80
|
targetCPUUtilizationPercentage: 80
|
||||||
|
|
||||||
|
priorityClassName: ""
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
extraArgs:
|
extraArgs:
|
||||||
|
|||||||
Reference in New Issue
Block a user