Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 764 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 764 Bytes

segmentation-challenge-deploy

This repository contains the code to deploy the 2i2c FRX Challenges helm chart for the segmentation challenge.

Installation

You can install the chart by running the deployer script like:

  1. Install the support chart:
python3 deployer.py support --namespace=support
  1. Install the app chart:
  • For staging:

    python3 deployer.py app --namespace=staging
  • For production:

    python3 deployer.py app --namespace=prod

Debugging

  1. You can also use the --dry-run flag to see the generated manifests without applying them.
  2. You can use the --debug flag to see the helm command being run.