MariaDB
MariaDB is a fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
Based on the Bitnami MariaDB image for docker, this Chart bootstraps a MariaDB deployment on a Kubernetes cluster using Helm.
Persistence
For persistence of the MariaDB data, mount a storage volume at the /bitnami/mariadb/data path of the MariaDB pod.
By default the MariaDB Chart mounts an emptyDir volume.
Configuration
To edit the default Redmine configuration, run
$ helm edit mariadb
By default the MariaDB root password is not assigned a value. Edit the value of mariadbPassword in mariadb/tpl/values.toml to set it to your choosing.
Tip: If you have issues running the above command, add
se autochdirto your~/.vimrcprofile or simply edit~/.helm/workspace/charts/mariadb/tpl/values.tomlin your favourite editor.
Finally, generate the chart to apply your changes to the configuration.
$ helm generate mariadb
Cleanup
To delete the MariaDB deployment completely:
$ helm uninstall -n default mariadb