kubezero/charts/kubezero-sql/values.yaml

30 lines
661 B
YAML
Raw Normal View History

mariadb-galera:
2022-09-29 18:54:55 +00:00
enabled: false
replicaCount: 2
db:
user: mariadb
galera:
2021-07-22 20:09:12 +00:00
# For a single node "cluster" force bootstrap
#bootstrap:
# bootstrapFromNode: 0
# forceSafeToBootstrap: true
metrics:
enabled: false
# set to false for any subsequent installation of the chart in the same cluster to prevent overwriting each other
installDashboard: true
serviceMonitor:
enabled: false
prometheusRules:
enabled: false
istio:
enabled: false
2021-05-12 20:30:03 +00:00
gateway: istio-ingress/private-ingressgateway
url: mariadb.example.com
configurationConfigMap: "{{ .Release.Name }}-mariadb-galera-configuration"