Files
docling-serve/docs/deployment.md
2025-03-17 13:40:12 +01:00

13 lines
200 B
Markdown

# Deployment
## Kubernetes and OpenShift
### Knative
The following manifest will launch Docling Serve using Knative to expose the application
with an external ingress endpoint.
```yaml
# TODO
```