kserve ingress update
This commit is contained in:
@@ -5,5 +5,7 @@ InferenceService is available at:
|
|||||||
|
|
||||||
{{- if .Values.ingress.enabled }}
|
{{- if .Values.ingress.enabled }}
|
||||||
Ingress has been configured to access the InferenceService:
|
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 }}/
|
{{- range .Values.ingress.hosts }}
|
||||||
|
http{{ if $.Values.ingress.tls.enabled }}s{{ end }}://{{ .host }}/
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
Reference in New Issue
Block a user