-
-
Notifications
You must be signed in to change notification settings - Fork 674
Open
Labels
good first issueGood for newcomersGood for newcomers
Milestone
Description
Is your feature request related to a problem? Please describe.
Currently the helm chart is in an MVP state, where we setup a minimum mongo, redis and checkmate deployment. It allows very little in the ways of customization.
Describe the solution you'd like
Instead of defining resources directly in our templates, we would override them using standard sub-charts.
Mongodb -> bitnami/mongodb
Redis -> bitnami/redis
Checkmate itself -> bjw-s-labs/app-template
We should also be able to turn off components in order to deploy them ourselves (for example with mongodb.enabled: false)
Additional context
This feature needs to also update the documentation to reflect the new charts and their values and how to configure them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers