Created
April 13, 2021 08:58
-
-
Save makevoid/fd7e150e8e5862c71731fa42ffd8344b to your computer and use it in GitHub Desktop.
Kubernetes Deployer Config Stack Definition File - stacks.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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