Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UI subpath info for EE #4156

Merged
merged 14 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Optional: Running the UI on a Subpath"
title: "Running the UI on a Subpath"
---

## Running the UI on a subpath

By default, the UI is served on the root path `/`. It is possible to run the UI on a subpath, for example `/weave-gitops`.
This is useful if you want to run weave-gitops alongside other applications on the same domain.
This is useful if you want to run weave-gitops or weave-gitops-enterprise alongside other applications on the same domain.

To run the UI on a subpath, you need to set the `--route-prefix` flag on the weave-gitops server.
For example, if you want to run the UI on `/weave-gitops`, you can set the flag to `--route-prefix=/weave-gitops`.
Expand Down Expand Up @@ -44,4 +44,4 @@ spec:
pathType: Prefix
```
See the [Helm chart reference](../../references/helm-reference.md) for a list of all supported ingress options.
See the [Helm chart reference](../references/helm-reference.md) for a list of all supported ingress options.
Loading
Loading