https://github.com/mcaimi/minio-helm
Simple Helm Chart to deploy MinIO in K8s/Openshift
https://github.com/mcaimi/minio-helm
Last synced: 5 months ago
JSON representation
Simple Helm Chart to deploy MinIO in K8s/Openshift
- Host: GitHub
- URL: https://github.com/mcaimi/minio-helm
- Owner: mcaimi
- Created: 2024-06-21T07:47:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-29T08:10:40.000Z (about 1 year ago)
- Last Synced: 2025-05-29T09:26:03.654Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MinIO Helm Chart
Deploy a minimal instance of MinIO Object Storage software for demo/training purposes.
Currently supports:
- Single-instance deployment (no HA yet)
- Vanilla Kubernetes or Openshift
- Persistent Storage
## Important
Since the release of MinIO RELEASE.2025-05-24T17-08-30Z, the web console only supports basic Object Browsing capabilites. To manage users and policies unfortunately you now need to use the `mc admin` command line tool.
## TODO
- Better support ArgoCD for deployments
- HA