Skip to content

Commit

Permalink
Add ui subpath info for EE - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaGoaga committed Dec 4, 2023
1 parent 68b64c1 commit aec1b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/enterprise/run-ui-subpath.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To set the flag we use the `additionalArgs` field in the `spec.values` section o
spec:
values:
additionalArgs:
- --route-prefix=/weave-gitops
- --route-prefix=/weave-gitops-enterprise
```
## Ingress
Expand All @@ -30,7 +30,7 @@ The Weave GitOps Enterprise Helm chart can generate an `Ingress` resource to int
To enable ingress generation set the `ingress.enabled` field to `true`.

- If you are running the UI on a subpath, you need to set the `path` field to the same subpath specified in the `--route-prefix` flag.
- If you have not set a subpath on the weave-gitops server, set the path in the ingress configration to `/`.
- If you have not set a subpath on the weave-gitops-enterprise server, set the path in the ingress configration to `/`.

```yaml
spec:
Expand Down

0 comments on commit aec1b80

Please sign in to comment.