@@ -21,10 +21,10 @@ servingEngineSpec:
2121 # - requestMemory: (string) The amount of memory requested for the model, e.g., "16Gi"
2222 # - requestGPU: (int) The number of GPUs requested for the model, e.g., 1
2323 #
24- # - pvcStorage: (string) The amount of storage requested for the model, e.g., "50Gi"
25- # - pvcAccessMode: (list) The access mode policy for the mounted volume, e.g., ["ReadWriteOnce"]
26- # - storageClass: (String) The storage class of the PVC e.g., "", default is ""
27- # - pvcMatchLabels: (optional , map) The labels to match the PVC, e.g., {model: "opt125m"}
24+ # - pvcStorage: (Optional, string) The amount of storage requested for the model, e.g., "50Gi".
25+ # - pvcAccessMode: (Optional, list) The access mode policy for the mounted volume, e.g., ["ReadWriteOnce"]
26+ # - storageClass: (Optional, String) The storage class of the PVC e.g., "", default is ""
27+ # - pvcMatchLabels: (Optional , map) The labels to match the PVC, e.g., {model: "opt125m"}
2828 #
2929 # - vllmConfig: (optional, map) The configuration for the VLLM model, supported options are:
3030 # - enablePrefixCaching: (optional, bool) Enable prefix caching, e.g., false
0 commit comments