Helm chart deployment¶
Setup
If you haven't set up a production environment, follow the steps in Quickstart first.
Helm¶
The recommended way to deploy AAPB is using the Helm Chart.
Install¶
Add the Helm repository:
helm repo add aapb https://wgbh-mla.github.io/aapb-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 my-aapb aapb/aapb
Upgrade¶
helm upgrade my-aapb aapb/aapb