The dbos-volumes chart
Description
This chart creates the volumes to store the data persisted by PostgresSQL and MongoDB. It's not included in the dbos-infra chart to keep the persisted data even if the dbos-infra chart is uninstalled.
Configuration
| Parameter | Description | Default value |
|---|---|---|
| mongo.enabled | True if MongoDB is installed with dbos-infra | true |
| postgres.enabled | True if PostGresSQL is installed with dbos-infra | true |
Deployment
First installation
Use the command:
helm install dbos-volumes ./dbos-volumes -f values.yamlOr
helm install dbos-volumes decisionbrain/dbos-volumes --version 4.4.0 -f values.yamlIf you added the DecisionBrain Helm registry
Update
Use the command:
helm upgrade dbos-volumes ./dbos-volumes -f values.yamlOr
helm upgrade dbos-volumes decisionbrain/dbos-volumes --version 4.4.0 -f values.yamlIf you added the DecisionBrain Helm registry