@blitzm/metalkube-minio
v0.1.1
Published
@blitzm/metalkube-minio is a pulumi component that simplifies the deployment of minio(https://github.com/minio/minio) in metalkube
Downloads
6
Keywords
Readme
Blitzm Cloud - metalkube-minio
@blitzm/metalkube-minio is a pulumi component that simplifies the deployment of minio(https://github.com/minio/minio) in metalkube
Installation
This package can be installed using npm
npm install --save --save-exact @blitzm/metalkube-minio
Usage
import { MetalkubeMinio } from '@blitzm/metalkube-minio'
const minio = new MetalkubeMinio('my-test-minio', {
provider: provider,
namespace: namespace.meta.name,
buckets: [{
name: 'test-bucket',
policy: 'none',
}],
persistence: {
enabled: true,
sizeGB: 1,
},
});
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.