0.1.1 • Published 1 year ago

@blitzm/metalkube-minio v0.1.1

Weekly downloads
-
License
Blitzm
Repository
-
Last release
1 year ago

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.

License

Blitzm

0.1.1

1 year ago

0.1.0

1 year ago