Files
charts/mariadb
Sameer Naik 17509e68c2 Upgrade bitnami/mariadb image in mariadb charts (#40)
* mariadb: update to `bitnami/mariadb:10.1.14-r0`

* mariadb: add `.mariadbRootPassword` configuration parameter

`bitnami/mariadb:10.1.13-r0` introduces the `MARIADB_ROOT_PASSWORD` env
variable for setting the password for the MariaDB `root` user.

* mariadb-cluster: explicitly set value of `MARIADB_MASTER_PORT`

* bump `mariadb` and `mariadb-cluster` chart versions to `0.2.0`
2016-06-06 07:37:09 -07:00
..

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 autochdir to your ~/.vimrc profile or simply edit ~/.helmc/workspace/charts/mariadb/tpl/values.toml in 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