kserve inferenceservice chart create

This commit is contained in:
ychangkim
2025-07-16 12:07:51 +09:00
parent 772e7b8385
commit 4e995795bb
9 changed files with 281 additions and 0 deletions
+9
View File
@@ -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 }}