https://github.com/codefresh-contrib/example-multiservice2
https://github.com/codefresh-contrib/example-multiservice2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codefresh-contrib/example-multiservice2
- Owner: codefresh-contrib
- License: other
- Created: 2021-12-01T21:34:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T14:29:00.000Z (almost 3 years ago)
- Last Synced: 2024-05-19T00:35:22.585Z (about 2 years ago)
- Language: Python
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)