Deployments¶
Setup
If you haven't set up a production environment, follow the steps in Setup first.
Helm¶
The recommended way to deploy Open Vault is using the Helm Chart.
Install¶
Add the Helm repository:
helm repo add ov https://wgbh-mla.github.io/ov-deploy
Update the charts:
helm repo update
Customize the values in values.yaml
to your needs. You can also use --set
to override values on the command line.
global:
backend:
image:
tag: latest
Install the Helm chart:
helm install ov ov/openvault
Upgrade¶
helm upgrade ov ov/openvault