22 lines
390 B
YAML
22 lines
390 B
YAML
mariadb-galera:
|
|
enabled: true
|
|
|
|
replicaCount: 2
|
|
|
|
# Passwords should be fixed otherwise helm will create random new ones each time we template|apply
|
|
rootUser:
|
|
password: 12345qwert
|
|
db:
|
|
password: 12345qwert
|
|
galera:
|
|
mariabackup:
|
|
password: 12345qwert
|
|
|
|
metrics:
|
|
enabled: false
|
|
serviceMonitor:
|
|
enabled: false
|
|
|
|
prometheusRules:
|
|
enabled: false
|