{{- include "kubeai.fullname" . -}} 部署成功

与kubeai进行交互使用如下url:
https://{{- include "kubeai.fullname" . -}}-x-{{ .Release.Namespace }}-x-{{ .Values.vksID }}.sproxy.hd-01.alayanew.com:22443/openai/{path}

替换{path} 为您部署模型的接口调用路径  
任何接口调用时，请求体都需要body，且body体内必填model参数，参数值是启动的model资源的name


示例 与comfyui交互，获取系统状态：
curl -X GET https://{{- include "kubeai.fullname" . -}}-x-{{ .Release.Namespace }}-x-{{ .Values.vksID }}.sproxy.hd-01.alayanew.com:22443/openai/api/queue -d '{"model": "comfyui-model"}'

获取容器状态使用如下命令:
kubectl get pods -n {{ .Release.Namespace }}