You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| global.modelUseHostPath | string |`""`| Cached models directory, vllm will not download if the model is cached here. The host path "modelUseHostPath" will be mounted to container as /data directory. Set this to null/empty will force it to download model. |
52
52
| image.repository | string |`"opea/vllm"`||
53
53
| image.tag | string |`"latest"`||
54
-
| global.monitoring | bool |`false`| Enable usage metrics for the service. See [monitoring instructions](../../monitoring.md) before enabling! |
54
+
| autoscaling.enabled | bool |`false`| Enable HPA autoscaling for the service deployment based on metrics it provides. See [HPA instructions](../../HPA.md) before enabling! |
55
+
| global.monitoring | bool |`false`| Enable usage metrics for the service. Required for HPA. See [monitoring instructions](../../monitoring.md) before enabling! |
0 commit comments