modefy config in ICC and support command in vllm and lmdeploy

This commit is contained in:
ivanwu
2025-11-10 17:50:45 +08:00
parent a158e24d3f
commit c7bd7a6e62
4 changed files with 361 additions and 10 deletions

View File

@ -30,6 +30,6 @@ spec:
ports:
- protocol: TCP
port: {{ .Values.svc.port | default 8080 }}
targetPort: {{ .Values.svc.port | default 8080 }}
nodePort: {{ .Values.svc.nodePort | default 30080 }}
targetPort: {{ .Values.svc.targetPort | default 8080 }}
# nodePort: {{ .Values.svc.nodePort | default 30080 }}