Skip to content

Commit fde945d

Browse files
terminalnodemnencia
authored andcommitted
docs: update minio object store docs
Signed-off-by: Alexander Rundberg <[email protected]>
1 parent 1d35e36 commit fde945d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

web/docs/object_stores.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,13 +386,27 @@ write permissions to the bucket.
386386

387387
## MinIO Object Store
388388

389-
For the lastest documentation on MinIO, please refer to the
389+
In order to use the Tenant resource you first need to deploy the
390+
[MinIO operator](https://min.io/docs/minio/kubernetes/upstream/operations/installation.html).
391+
For the latest documentation on MinIO, please refer to the
390392
[MinIO official documentation](https://docs.min.io/).
391393

392394
MinIO Object Store's API is compatible with S3, the default configuration of the tenant
393395
will create these services:
394396
- `<tenant>-console` on port 9090 (with autocert) or 9443 (without autocert)
395397
- `<tenant>-hl` on port 9000
398+
Where `<tenant>` is the `metadata.name` you assigned to your Tenant resource.
399+
400+
For example the following tenant:
401+
```yml
402+
apiVersion: minio.min.io/v2
403+
kind: Tenant
404+
metadata:
405+
name: cnpg-backups
406+
spec:
407+
[...]
408+
```
409+
would have services called `cnpg-backups-console` and `cnpg-backups-hl` respectively.
396410

397411
The `console` service is for managing the tenant, while the `hl` service exposes the S3
398412
compatible API. If your tenant is configured with `requestAutoCert` you will communicate

0 commit comments

Comments
 (0)