kubezero/charts/kubezero-sql/values.yaml

46 lines
1001 B
YAML

pxc-operator:
enabled: false
# we want a clusterwide operator
watchAllNamespaces: true
# running on the control-plane
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule
nodeSelector:
node-role.kubernetes.io/control-plane: ""
mariadb-galera:
enabled: false
replicaCount: 2
db:
user: mariadb
galera:
# 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
gateway: istio-ingress/private-ingressgateway
url: mariadb.example.com
configurationConfigMap: "{{ .Release.Name }}-mariadb-galera-configuration"