8000 GitHub - harshad16/quick-minio: Setup quick minio on to openshift
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

harshad16/quick-minio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Quick Minio Setup

This repository contain the yaml file to quickly deploy a minio service on OpenShift cluster.

oc apply -f minio.yml -n <namespace>

Pre-requistes

Following requirements are needed.

  • Presistent Volume availability(atleast 2Gi)
    (If less please adjust the yaml file.)
  • Resource: CPU: 250m ; Memory: 500Mi

Host Route Setup

For host route setup with https availability,
Recommend to do it from the route view of the openshift,
that can be found under networking>routes.

or apply the yml, use oc apply -f minio-route.yml -n <namespace>

for simple http, use oc expose svc/minio-sample

Disclaimer: This is just for Testing use.
Reference: https://min.io/docs/minio/kubernetes/upstream/index.html

About

Setup quick minio on to openshift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0