[helm]: switch minio to using the bitnami chart #6886
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Minio removed their chart overnight. This replaces it with the Bitnami chart.
It's a drop-in replacement with only one main change. Previously, the API and the web frontend were hosted on port 9000. With this chart, they have been separated. This means that the API is no longer accessible via the URL
minio.$DOMAIN
, which is probably a good thing. Any API calls from Gitpod now happen viahttp://minio.$NAMESPACE.svc.cluster.local:$PORT
This also has the added benefit of it no longer being deprecated.
Related Issue(s)
Fixes #6876
How to test
Use Core Dev
Release Notes
Documentation