Skip to content

Instantly share code, notes, and snippets.

@makevoid
Created April 13, 2021 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makevoid/fd7e150e8e5862c71731fa42ffd8344b to your computer and use it in GitHub Desktop.
Save makevoid/fd7e150e8e5862c71731fa42ffd8344b to your computer and use it in GitHub Desktop.
Kubernetes Deployer Config Stack Definition File - stacks.yml
launchpad: # project name
project: launchpad # project name (again)
github_repo: launchpad-kube # github.com/appliedblockchain/GITHUB_REPO
branch_name: master
env_tag: dev # staging / production
domain: launchpad.appb.ch # url to reach the ingress / load balancer
containers: # list of containers that need to be built by the build server
- name: launchpad-api
dir: api
- name: launchpad-react
dir: react
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment