To execute a deployment for the LikeDAO system, please review the files in this folder and follow the instructions below.
- Set of deployment values
- Set of deployment config assets
- Permission to access/upload image to registry
Decide which version you would like to deploy, specific via buildTag
or checkout specific version and build the docker images yourself.
- Run
make -C deploy make-deployment-assets
to create a set of deployment configuration files - Review each file in the asset folder and update if necessary
- Duplicate the content in values template and create one that fits the deployment environment
- Run
make -C deploy deploy NAMESPACE=${NAMESPACE} VALUES=${PATH_TO_VALUES}