Skip to content

Commit

Permalink
chore: document BASE_HREF (argoproj#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
crenshaw-dev authored Mar 12, 2020
1 parent 184c365 commit 6d834d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/argo-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ By default, the server will start with auth mode of "server".
### Managed Namespace

See [managed namespace](managed-namespace.md).

### Base href

If the server is running behind reverse proxy with a subpath different from `/` (for example,
`/argo`), you can set an alternative subpath with the `--base-href` flag or the `BASE_HREF`
environment variable.
3 changes: 3 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ kubectl -n argo port-forward deployment/argo-server 2746:2746

Then visit: http://127.0.0.1:2746

See the [Argo Server documentation](./argo-server.md) for config options, authentication,
managed namespaces, etc.

> v2.4 and before
By default, the Argo UI service is not exposed with an external IP. To access the UI, use one of the
Expand Down

0 comments on commit 6d834d5

Please sign in to comment.