We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbb062 commit 1a68da1Copy full SHA for 1a68da1
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