Skip to content

2i2c-org/segmentation-challenge-deploy

segmentation-challenge-deploy

This repository contains the code to deploy the https://2i2c.org/unnamed-thingity-thing/ 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.