Skip to content

Commit 888a02e

Browse files
Updates
Signed-off-by: Kristin Brown <kristin.brown@solo.io>
1 parent c5c6f40 commit 888a02e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs-site/content/kagent/examples/slack-a2a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You'll be redirected to the app's basic information page. Next, we need to give
4242
1. Click the OAuth & Permissions tab from the left sidebar.
4343
2. Scroll down to the "Scopes" section.
4444
3. Click "Add an OAuth Scope" in the "Bot Token Scopes" section.
45-
4. From the dropdown menu add the the following scopes (you can add more scopes if you want to experiment with other features):
45+
4. From the dropdown menu add the following scopes (you can add more scopes if you want to experiment with other features):
4646
- `chat:write`
4747
- `commands`
4848

docs-site/content/kagent/resources/helm.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,12 @@ A Helm chart for kagent, built with Google ADK
310310
| ui.backendInternalUrl | string | `""` | |
311311
| ui.env | object | `{}` | |
312312
| ui.externalUrl | string | "" (share tools return paths only) | Public-facing base URL of the UI (e.g. https://kagent.example.com). When set, the controller injects KAGENT_UI_URL into agent pods so that share link tools return full clickable URLs instead of relative paths. |
313+
| ui.httpRoute | object | `{"annotations":{},"enabled":false,"hostnames":[],"labels":{},"parentRefs":[],"rules":[]}` | Gateway API `HTTPRoute` for the UI. Requires the Gateway API CRDs (`gateway.networking.k8s.io/v1`) and an existing `Gateway` to attach to via `parentRefs`. Disabled by default; enable to front the UI with a Gateway API implementation (kgateway, Istio, Envoy Gateway, etc.) instead of the OpenShift Route or bundled oauth2-proxy. |
314+
| ui.httpRoute.annotations | object | `{}` | Annotations to add to the `HTTPRoute`. |
315+
| ui.httpRoute.hostnames | list | `[]` | Hostnames matched by the route. |
316+
| ui.httpRoute.labels | object | `{}` | Extra labels to add to the `HTTPRoute` (merged with the chart labels). |
317+
| ui.httpRoute.parentRefs | list | `[]` | Gateways this route attaches to. Required when `enabled` is `true`. |
318+
| ui.httpRoute.rules | list | `[]` | Routing rules. When a rule omits `backendRefs`, it defaults to the UI `Service` on `ui.service.ports.port`. Each rule may also set `matches`, `filters`, and `timeouts`. |
313319
| ui.image.pullPolicy | string | `""` | |
314320
| ui.image.registry | string | `""` | |
315321
| ui.image.repository | string | `"kagent-dev/kagent/ui"` | |

0 commit comments

Comments
 (0)