Juju Mariadb K8S

  • By Juju Engineering
  • Cloud
Channel Revision Published Runs on
latest/stable 3 19 Mar 2021
Ubuntu 20.04
juju deploy juju-mariadb-k8s
Show information

Platform:

Learn about configurations >

  • database | string

    Default: database

    The database name.

  • 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". http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_query_cache_type

  • root_password | string

    Default: root

    The database root password.

  • user | string

    Default: admin

    The database user name.