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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages