https://github.com/salaboy/helm
Helm repository
https://github.com/salaboy/helm
Last synced: about 2 months ago
JSON representation
Helm repository
- Host: GitHub
- URL: https://github.com/salaboy/helm
- Owner: salaboy
- License: apache-2.0
- Created: 2021-02-11T14:25:11.000Z (over 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-07-02T09:39:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T22:42:19.546Z (2 months ago)
- Language: Shell
- Size: 19.2 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm for From Monolith to Kubernetes (fmtok8s) Application
To add this repository to your Helm installation run:
```
helm repo add fmtok8s https://salaboy.github.io/helm/
helm repo update
```In this repository you will find the following charts:
- **fmtok8s-conference-chart**: Parent chart including all the other charts listed here. Sources can be found [here](https://github.com/salaboy/fmtok8s-conference-chart)
- **fmtok8s-frontend**: Front End + API Gateway (router) for the Conference Platform Application. Sources for the service and the chart can be found [here](https://github.com/salaboy/fmtok8s-frontend)
- **fmtok8s-agenda-service**: Agenda Service exposes a REST API so other services can interact with it. Sources for the service and the chart can be found [here](https://github.com/salaboy/fmtok8s-agenda-service)
- **fmtok8s-c4p-service**: Call for Proposals Service exposes a REST API so other services can interact with it. Sources for the service and the chart can be found [here](https://github.com/salaboy/fmtok8s-c4p-service)
- **fmtok8s-email-service**: Email Service exposes a REST API so other services can interact with it. Sources for the service and the chart can be found [here](https://github.com/salaboy/fmtok8s-email-service)If you want to install these charts in your Kubernetes Cluster, here you can find the instructions: [https://github.com/salaboy/from-monolith-to-k8s/tree/main/helm](https://github.com/salaboy/from-monolith-to-k8s/tree/main/helm)
For more information visit [https://github.com/salaboy/from-monolith-to-k8s](https://github.com/salaboy/from-monolith-to-k8s)