MariaDB

  • By Charmed Distribution of OSM
  • Cloud
Channel Revision Published Runs on
latest/stable 35 08 Apr 2021
Ubuntu 20.04
latest/candidate 35 08 Apr 2021
Ubuntu 20.04
latest/edge 35 08 Apr 2021
Ubuntu 20.04
juju deploy charmed-osm-mariadb-k8s
Show information

Platform:

Learn about configurations >

  • 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.