[Doc][Bugfix] Add missing EOF in k8s deploy doc (#16025)

This commit is contained in:
Paul Schweigert 2025-04-06 08:10:57 -04:00 committed by GitHub
parent b6c502a150
commit d5ae4f7f42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,7 @@ metadata:
type: Opaque
data:
token: $(HF_TOKEN)
EOF
```
Next, start the vLLM server as a Kubernetes Deployment and Service: