Skip to content

Commit e94196b

Browse files
nirrozenbaumkaushikmitr
authored andcommitted
fixed the filepath (kubernetes-sigs#412)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent 4cd073c commit e94196b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-src/guides/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
77
- A cluster with:
88
- Support for Services of type `LoadBalancer`. (This can be validated by ensuring your Envoy Gateway is up and running). For example, with Kind,
99
you can follow [these steps](https://kind.sigs.k8s.io/docs/user/loadbalancer).
10-
- 3 GPUs to run the sample model server. Adjust the number of replicas in `./manifests/vllm/deployment.yaml` as needed.
10+
- 3 GPUs to run the sample model server. Adjust the number of replicas in `./config/manifests/vllm/deployment.yaml` as needed.
1111

1212
## **Steps**
1313

0 commit comments

Comments
 (0)