You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
506 B
11 lines
506 B
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:
|
|
{{- range .Values.ingress.hosts }}
|
|
http{{ if $.Values.ingress.tls.enabled }}s{{ end }}://{{ .host }}/
|
|
{{- end }}
|
|
{{- end }} |