mariadb helm

No introduction found. Create it?

Install

Install with:

helm repo add bitnami https://charts.bitnami.com/bitnami/
helm install mariadb bitnami/mariadb -f values.yaml

Top Repositories (1 out of 8)

See examples from other people.

NameRepoStarsVersionTimestamp
mariadbDiaoul/home-ops5413.1.313 days ago

Values

See the most popular values for this chart:

KeyTypes
boolean
string
string
string
string
number
number
number
string
number
number
number
string
string
string
primary.service.loadBalancerIP (1)
${MARIADB_PRIMARY_LB_IP}
string
string
string
auth.rootPassword (4)
${MARIADB_ROOT_PASSWORD}
string
string
string
boolean
boolean
boolean
string
image.repository (2)
bitnami/mariadb
string
boolean
string
clusterDomain (1)
${CLUSTER_DOMAIN}
string
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."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