2021-05-12 16:11:40 +00:00
|
|
|
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:
|
2021-05-12 20:27:53 +00:00
|
|
|
user: mariadb
|
2021-05-12 16:11:40 +00:00
|
|
|
password: 12345qwert
|
|
|
|
galera:
|
|
|
|
mariabackup:
|
|
|
|
password: 12345qwert
|
|
|
|
|
|
|
|
metrics:
|
2021-05-12 16:41:31 +00:00
|
|
|
enabled: false
|
2021-05-12 16:11:40 +00:00
|
|
|
serviceMonitor:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
prometheusRules:
|
|
|
|
enabled: false
|
2021-05-12 20:27:53 +00:00
|
|
|
|
|
|
|
istio:
|
|
|
|
enabled: false
|
2021-05-12 20:30:03 +00:00
|
|
|
gateway: istio-ingress/private-ingressgateway
|
2021-05-12 20:27:53 +00:00
|
|
|
url: mariadb.example.com
|
2021-05-13 15:39:02 +00:00
|
|
|
|
|
|
|
configurationConfigMap: "{{ .Release.Name }}-mariadb-galera-configuration"
|