Skip to content

Disable Registry storage redirect for the internal Minio

Hossein Pursultani requested to merge 893-registry-storage-redirect into master

The motive for this MR is to address Registry issues on OpenStack as explained in #893 (closed).

To control storage redirect for the internal Minio service, registry.minio.redirect value is added to the chart. When it is true the external domain name of Minio, e.g. https://minio.example.com, will be used (same as before). When it is false the internal service URL of Minio will be used and the Registry will not redirect blob requests to Minio. Instead it proxies blob requests. By default this value is false.

Closes #893 (closed)

Edited by Hossein Pursultani

Merge request reports