kserve ingress update

This commit is contained in:
ychangkim
2025-07-21 15:15:00 +09:00
parent 7d61034bad
commit 5f49acbb74
+3 -1
View File
@@ -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 }}