We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f486b commit 530bb66Copy full SHA for 530bb66
ci/helm-chart/templates/deployment.yaml
@@ -25,6 +25,9 @@ spec:
25
{{- if .Values.hostnameOverride }}
26
hostname: {{ .Values.hostnameOverride }}
27
{{- end }}
28
+ {{- if .Values.priorityClassName }}
29
+ priorityClassName: {{ .Values.priorityClassName }}
30
+ {{- end }}
31
{{- if .Values.securityContext.enabled }}
32
securityContext:
33
fsGroup: {{ .Values.securityContext.fsGroup }}
ci/helm-chart/values.yaml
@@ -33,6 +33,8 @@ podAnnotations: {}
podSecurityContext: {}
34
# fsGroup: 2000
35
36
+priorityClassName: ""
37
+
38
service:
39
type: ClusterIP
40
port: 8080
0 commit comments