We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4c745 commit 5bb8797Copy full SHA for 5bb8797
1 file changed
charts/model-engine/templates/gateway_deployment.yaml
@@ -35,6 +35,7 @@ spec:
35
imagePullSecrets:
36
{{- toYaml . | nindent 8 }}
37
{{- end }}
38
+ priorityClassName: model-engine-high-priority
39
containers:
40
- name: {{ include "modelEngine.fullname" . }}
41
image: "{{ .Values.image.gatewayRepository }}:{{ .Values.tag}}"
0 commit comments