Skip to content

Commit

Permalink
[docs] fixup ingress name of minio console
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Sep 18, 2023
1 parent dfb60d4 commit f66d2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart/processing-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The variables `@hostname` and `@domain` can be configured at the top of the file

The outputs are published as a static STAC catalogue to a path that includes the unique job ID.

In the default configuration, the processing results are pushed to the Minio S3 object storage. This can be checked via browser access at the endpoint `minio-console.<domain>` e.g. https://minio-console.192.168.49.2.nip.io/, or using an S3 client such as...
In the default configuration, the processing results are pushed to the Minio S3 object storage. This can be checked via browser access at the endpoint `console.minio.<domain>` e.g. https://console.minio.192.168.49.2.nip.io/, or using an S3 client such as...

```bash
s3cmd -c ./deploy/cluster/s3cfg ls s3://eoepca
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/scripted-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ password: Chang3me!

### Minio Object Storage

By default, Minio is accessed at the URL `http://minio-console.<domain>/` with the credentials...
By default, Minio is accessed at the URL `http://console.minio.<domain>/` with the credentials...

```
username: eoepca
Expand Down

0 comments on commit f66d2d7

Please sign in to comment.