This commit is contained in:
wbsong111
2025-10-23 16:39:45 +09:00
2 changed files with 7 additions and 2 deletions
@@ -22,3 +22,5 @@ spec:
{{- end }} {{- end }}
resources: resources:
{{- toYaml .Values.inferenceService.resources | nindent 8 }} {{- toYaml .Values.inferenceService.resources | nindent 8 }}
minReplicas: {{ .Values.inferenceService.minReplicas }}
maxReplicas: {{ .Values.inferenceService.maxReplicas }}
+3
View File
@@ -24,6 +24,9 @@ inferenceService:
storageUri: "pvc://model-volume/phi-1_5" storageUri: "pvc://model-volume/phi-1_5"
image: kserve/huggingfaceserver:v0.15.0-gpu image: kserve/huggingfaceserver:v0.15.0-gpu
minReplicas: 0
maxReplicas: 3
# 리소스 설정 # 리소스 설정
resources: resources:
limits: limits: