kserve model image add
This commit is contained in:
@@ -17,5 +17,8 @@ spec:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
storageUri: {{ .Values.inferenceService.model.storageUri }}
|
||||
{{- if .Values.inferenceService.model.image }}
|
||||
image: {{ .Values.inferenceService.model.image }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.inferenceService.resources | nindent 8 }}
|
||||
Reference in New Issue
Block a user