Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 947 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 947 Bytes

Deployment

To execute a deployment for the LikeDAO system, please review the files in this folder and follow the instructions below.

Prerequisite

  • Set of deployment values
  • Set of deployment config assets
  • Permission to access/upload image to registry

Requirements

Procedure

Decide which version you would like to deploy, specific via buildTag or checkout specific version and build the docker images yourself.

  1. Run make -C deploy make-deployment-assets to create a set of deployment configuration files
  2. Review each file in the asset folder and update if necessary
  3. Duplicate the content in values template and create one that fits the deployment environment
  4. Run make -C deploy deploy NAMESPACE=${NAMESPACE} VALUES=${PATH_TO_VALUES}