mariadb helm

No introduction found. Create it?

Install

Install with:

helm repo add bitnami oci://registry-1.docker.io/bitnamicharts/
helm install mariadb bitnami/mariadb -f values.yaml

Examples

See examples from other people.

Top Repositories (1 out of 11)

NameRepoStarsVersionTimestamp
mariadbDiaoul/home-ops5718.0.2a month ago

Values

See the most popular values for this chart:

KeyTypes
boolean
string
primary.persistence.configuration (1)
[mysql] default-character-set=utf8mb4 [mysqld] skip-name-resolve explicit_defaults_for_timestamp basedir=/opt/bitnami/mariadb plugin_dir=/opt/bitnami/mariadb/plugin port=3306 socket=/opt/bitnami/mariadb/tmp/mysql.sock tmpdir=/opt/bitnami/mariadb/tmp max_allowed_packet=64M bind-address=* pid-file=/opt/bitnami/mariadb/tmp/mysqld.pid log-error=/opt/bitnami/mariadb/logs/mysqld.log character-set-server=UTF8 collation-server=utf8mb4_unicode_ci init-connect='SET NAMES utf8mb4' character-set-server = utf8mb4 slow_query_log=0 slow_query_log_file=/opt/bitnami/mariadb/logs/mysqld.log long_query_time=10.0 [client] port=3306 socket=/opt/bitnami/mariadb/tmp/mysql.sock default-character-set=UTF8 plugin_dir=/opt/bitnami/mariadb/plugin [manager] port=3306 socket=/opt/bitnami/mariadb/tmp/mysql.sock pid-file=/opt/bitnami/mariadb/tmp/mysqld.pid
string
string
string
string
string
number
number
number
string
number
number
number
string
string
string
string
primary.service.loadBalancerIP (1)
${MARIADB_PRIMARY_LB_IP}
string
string
boolean
number
auth.rootPassword (6)
${MARIADB_ROOT_PASSWORD}
string
string
string
string
auth.password (1)
${SECRET_MONICA_DB_PASSWORD}
string
boolean
boolean
boolean
string
string
image.repository (3)
bitnami/mariadb
string
boolean
string
clusterDomain (1)
${CLUSTER_DOMAIN}
string
string
initdbScripts."create-ghost.sql" (1)
CREATE DATABASE IF NOT EXISTS ghost CHARACTER SET = 'utf8mb4' COLLATE = 'utf8mb4_unicode_ci'; CREATE USER IF NOT EXISTS 'ghost'@'%' IDENTIFIED BY '${GHOST_DB_PASSWORD}'; GRANT ALL PRIVILEGES ON ghost.* to 'ghost'@'%';
string
initdbScripts."create-monica.sql" (1)
CREATE DATABASE IF NOT EXISTS monica CHARACTER SET = 'utf8mb4' COLLATE = 'utf8mb4_unicode_ci'; CREATE USER IF NOT EXISTS 'monica'@'%' IDENTIFIED BY '${MONICA_DB_PASSWORD}'; GRANT ALL PRIVILEGES ON monica.* to 'monica'@'%';
string
initdbScripts."create-photoprism.sql" (1)
CREATE DATABASE IF NOT EXISTS photoprism CHARACTER SET = 'utf8mb4' COLLATE = 'utf8mb4_unicode_ci'; CREATE USER IF NOT EXISTS 'photoprism'@'%' IDENTIFIED BY '${PHOTOPRISM_DB_PASSWORD}'; GRANT ALL PRIVILEGES ON photoprism.* to 'photoprism'@'%';
string
initdbScripts."create-pterodactyl.sql" (1)
CREATE DATABASE IF NOT EXISTS panel; CREATE USER IF NOT EXISTS 'pterodactyl'@'%' IDENTIFIED BY '${PTERODACTYL_MARIADB_PASSWORD}'; GRANT ALL PRIVILEGES ON panel.* to 'pterodactyl'@'%';
string
initdbScripts."luncher-box.sql" (1)
CREATE DATABASE "${LUNCHERBOX_DB}";
string
initdbScripts."n8n.sql" (1)
CREATE DATABASE "${N8N_DB}";
string
string
string
string
string
string
string
string
boolean
string
number
secondary.service.loadBalancerIP (1)
${MARIADB_SECONDARY_LB_IP}
string
string
number
number