mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
updated link to new kubernetes doc
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
> 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](https://github.com/bitnami/bitnami-docker-mariadb) image for docker, this Chart bootstraps a [MariaDB](https://mariadb.com/) deployment on a [Kubernetes](https://kubernetes.io) cluster using [Helm](https://helm.sh).
|
||||
Based on the [Bitnami MariaDB](https://github.com/bitnami/bitnami-docker-mariadb) image for docker, this Chart bootstraps a [MariaDB](https://mariadb.com/) deployment on a [Kubernetes](http://kubernetes.io) cluster using [Helm](https://helm.sh).
|
||||
|
||||
## TL;DR;
|
||||
|
||||
@@ -12,11 +12,11 @@ $ helm generate mariadb
|
||||
$ helm install mariadb
|
||||
```
|
||||
|
||||
The above commands will deploy the MariaDB Chart to the `default` kubernetes namespace.
|
||||
The above commands will deploy the MariaDB Chart to the `default` [kubernetes namespace](http://kubernetes.io/docs/user-guide/namespaces/).
|
||||
|
||||
## Persistence
|
||||
|
||||
For persistence of the MariaDB data, mount a [storage volume](http://kubernetes.io/v1.0/docs/user-guide/volumes.html) at the `/bitnami/mariadb/data` path of the MariaDB pod.
|
||||
For persistence of the MariaDB data, mount a [storage volume](http://kubernetes.io/docs/user-guide/volumes/) at the `/bitnami/mariadb/data` path of the MariaDB pod.
|
||||
|
||||
By default the MariaDB Chart mounts an [emptyDir](http://kubernetes.io/docs/user-guide/volumes/#emptydir) volume.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user