MariaDB
- Charmed Distribution of OSM
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 35 | 08 Apr 2021 | |
latest/candidate | 35 | 08 Apr 2021 | |
latest/edge | 35 | 08 Apr 2021 |
juju deploy charmed-osm-mariadb-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
database | string
Default: database
The database name.
-
ha-image | string
Default: rocks.canonical.com:443/canonicalosm/galera-mysql:latest
OCI image
-
ha-mode | boolean
Indicates if the charm should have the capabilities to scale
-
image | string
Default: rocks.canonical.com:443/mariadb/server:10.3
OCI image
-
mysql_port | string
Default: 3306
The mysql port
-
password | string
Default: password
The database user password.
-
query-cache-size | int
Override the computed version from dataset-size. Still works if query-cache-type is "OFF" since sessions can override the cache type setting on their own.
-
query-cache-type | string
Default: OFF
Query cache is usually a good idea, but can hurt concurrency. Valid values are "OFF", "ON", or "DEMAND".
-
root_password | string
Default: root
The database root password.
-
user | string
Default: mysql
The database user name.