File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff 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
392394MinIO Object Store's API is compatible with S3, the default configuration of the tenant
393395will 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
397411The `console` service is for managing the tenant, while the `hl` service exposes the S3
398412compatible API. If your tenant is configured with `requestAutoCert` you will communicate
You can’t perform that action at this time.
0 commit comments