Skip to content

Commit 859670d

Browse files
committed
[docs] update readme
Signed-off-by: Nasir Amin <nasir.amin@outlook.com>
1 parent 79ca48f commit 859670d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

helm/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ This table documents all available configuration values for the Production Stack
8282
|-------|------|---------|-------------|
8383
| `servingEngineSpec.modelSpec[].annotations` | map | `{}` | (Optional) Annotations to add to the deployment, e.g., {model: "opt125m"} |
8484
| `servingEngineSpec.modelSpec[].podAnnotations` | map | `{}` | (Optional) Annotations to add to the pod, e.g., {model: "opt125m"} |
85+
| `servingEngineSpec.modelSpec[].labels` | map | `{}` | (Optional) Additional labels to add to the deployment |
86+
| `servingEngineSpec.modelSpec[].podLabels` | map | `{}` | (Optional) Additional labels to add to the pods |
8587
| `servingEngineSpec.modelSpec[].name` | string | `""` | The name of the model, e.g., "example-model" |
8688
| `servingEngineSpec.modelSpec[].repository` | string | `""` | The repository of the model, e.g., "vllm/vllm-openai" |
8789
| `servingEngineSpec.modelSpec[].tag` | string | `""` | The tag of the model, e.g., "latest" |

0 commit comments

Comments
 (0)