This repository was archived by the owner on Sep 5, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
codefresh-contrib/example-multiservice-deploy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Example GitOps deployment repo for a corresponding microservice monorepo,example-multiservice.
Organizes its environments within a single branch (main) using a monorepo structure. Each environment subdirectory contains a single umbrella chart with only 2 files: Chart.yaml and values.yaml. Each environment's microservices/versions are listed as subcharts in thedependencies section of its Chart.yaml
Benefits
- Subcharts are backed by a Helm Chart Repo, for much simpler version management than Git by itself
- A single branch / monorepo structure makes it very easy to automate promotions between environments
- All image tags can easily be viewed/updated in a single file per environment: the umbrella chart's values.yaml
- Quickly and easily see all differences between environments with
diff, for examplediff test/ qa/
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published