An open API service indexing awesome lists of open source software.

https://github.com/codefresh-contrib/example-multiservice2


https://github.com/codefresh-contrib/example-multiservice2

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# example-multiservice

Example application monorepo with 3 microservices. Each microservice directory has its own Dockerfile and Helm Chart.

Helm Charts in this repo:

- Are deployed by an umbrella chart in the [example-multiservice-deploy](https://github.com/codefresh-contrib/example-multiservice-deploy) GitOps repo
- Should be versioned only when the structure of the chart changes (not for image tag changes) - this minimizes chart version sprawl
- Image tags are referenced from Global values in the umbrella chart (image tag changes are versioned there)