Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/proxy/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@ ingress:
enabled: true
className: "<alb | gce | azure-application-gateway>"
host: llm.example.com
# optional: routes the chart does not ship a rule for, e.g. a passthrough
# prefix added after this chart version or a custom
# general_settings.pass_through_endpoints path. Additive: every built-in
# UI, gateway, and backend path is still rendered
extraPaths:
- path: /watsonx
pathType: Prefix # default; Exact and ImplementationSpecific also work
service: gateway # default; backend and ui also work
```

```bash
Expand Down