stack-orchestrator/stack_orchestrator/deploy/webapp
Prathamesh Musale 7acabb0743
All checks were successful
Lint Checks / Run linter (push) Successful in 29s
Add support for generating Helm charts when creating a deployment (#974)
Part of https://plan.wireit.in/deepstack/browse/VUL-265/

- Added a flag `--helm-chart` to `deploy create` command
- Uses Kompose CLI wrapper to generate a helm chart from compose files in a stack
- To be handled in a follow on PR(s):
  - Templatize generated charts and generate a `values.yml` file with defaults

Reviewed-on: #974
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2025-11-27 06:43:07 +00:00
..
__init__.py Webapp deploy (#662) 2023-11-27 22:02:16 -07:00
deploy_webapp_from_registry.py Update webapp deployment flow for supporting custom domains (#963) 2025-02-04 13:26:31 +00:00
deploy_webapp.py Add support for generating Helm charts when creating a deployment (#974) 2025-11-27 06:43:07 +00:00
handle_deployment_auction.py Use a mutex for registry CLI txs in webapp deployment commands (#957) 2024-10-25 08:40:54 +00:00
publish_deployment_auction.py Use a mutex for registry CLI txs in webapp deployment commands (#957) 2024-10-25 08:40:54 +00:00
publish_webapp_deployer.py Support uploaded config, add 'publish-webapp-deployer' and 'request-webapp-deployment' commands (#938) 2024-08-27 19:55:06 +00:00
registry_mutex.py Use file existence for registry mutex (#959) 2024-10-29 04:05:35 +00:00
request_webapp_deployment.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
request_webapp_undeployment.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
run_webapp.py Support other webapp types (react, static). (#721) 2024-02-02 18:04:06 -06:00
undeploy_webapp_from_registry.py Use a mutex for registry CLI txs in webapp deployment commands (#957) 2024-10-25 08:40:54 +00:00
util.py Update webapp deployment flow for supporting custom domains (#963) 2025-02-04 13:26:31 +00:00