Skip to content

Commit

Permalink
Add Features
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 13, 2024
1 parent 2f68d55 commit dcb2878
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@

## Features


- Create Metabase instances defined as custom resources
- Customize resources needed (cpu, ram) based on your need
- Update Metabase version and config (soon)
- Production-ready with dedicated database

## Quickstart
1. Deploy the operator with helm
```
helm repo add metabase-operator-charts https://unagex.github.io/metabase-operator
helm repo update
helm install metabase-operator metabase-operator-charts/metabase-operator
```
2. Deploy a basic metabase database
2. Deploy a basic Metabase
```
kubectl apply -f https://raw.githubusercontent.com/unagex/metabase-operator/main/config/samples/v1_metabase.yaml
```
Expand Down

0 comments on commit dcb2878

Please sign in to comment.