Motivation
We need a chart to show advanced techniques with helm.
Therefore:
- This chart should have a service
- A database is needed.
- The chart should have secrets and configmaps to configure everything.
- The chart should have tests.
- The chart should have additional jobs to perform in a chron manner: i.e cronjobs.
Proposal
Write a chart that exposes a ghost service backed with a mariaDB database.
Everything should be configured using configmaps and secrets.
Additionally, we need a cronjob that, periodically dumps the database (mysql dump) every day.
Motivation
We need a chart to show advanced techniques with helm.
Therefore:
Proposal
Write a chart that exposes a ghost service backed with a mariaDB database.
Everything should be configured using configmaps and secrets.
Additionally, we need a cronjob that, periodically dumps the database (mysql dump) every day.