Skip to content

Commit 1a68da1

Browse files
Higher priority for gateway (#529)
1 parent 0fbb062 commit 1a68da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/model-engine/templates/gateway_deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ spec:
3535
imagePullSecrets:
3636
{{- toYaml . | nindent 8 }}
3737
{{- end }}
38+
priorityClassName: model-engine-high-priority
3839
containers:
3940
- name: {{ include "modelEngine.fullname" . }}
4041
image: "{{ .Values.image.gatewayRepository }}:{{ .Values.tag}}"

0 commit comments

Comments
 (0)