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 path of the MariaDB pod.
By default the MariaDB Chart mounts an emptyDir volume.
Configuration
To edit the default MariaDB configuration, run
$ helmc edit mariadb
Configurable parameters can be specified in tpl/values.toml. If not specified default values as defined by the Bitnami MariaDB image are used.
Tip: If you have issues running the above command, add
se autochdirto your~/.vimrcprofile or simply edit~/.helmc/workspace/charts/mariadb/tpl/values.tomlin your favourite editor.
Finally, generate the chart to apply your changes to the configuration.
$ helmc generate --force mariadb
Cleanup
To delete the MariaDB deployment completely:
$ helmc uninstall -n default mariadb