kserve inferenceservice chart create
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
KServe InferenceService {{ .Values.inferenceService.name }} has been deployed.
|
||||
|
||||
InferenceService is available at:
|
||||
http://{{ .Values.inferenceService.name }}-predictor.{{ .Values.inferenceService.namespace }}.svc.cluster.local/v1/models/{{ .Values.inferenceService.name }}:predict
|
||||
|
||||
{{- if .Values.ingress.enabled }}
|
||||
Ingress has been configured to access the InferenceService:
|
||||
http{{ if .Values.ingress.tls.enabled }}s{{ end }}://{{ if .Values.ingress.host.wildcard }}*.{{ end }}{{ .Values.ingress.host.domain }}/
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user