2022-11-03 12:19:57 +00:00
|
|
|
pxc-operator:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
# we want a clusterwide operator
|
|
|
|
watchAllNamespaces: true
|
|
|
|
|
|
|
|
# running on the control-plane
|
|
|
|
tolerations:
|
|
|
|
- key: node-role.kubernetes.io/control-plane
|
|
|
|
effect: NoSchedule
|
|
|
|
nodeSelector:
|
|
|
|
node-role.kubernetes.io/control-plane: ""
|
|
|
|
|
2022-11-09 16:08:22 +00:00
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
#cpu: 200m
|
|
|
|
memory: 512Mi
|
|
|
|
requests:
|
|
|
|
cpu: 50m
|
|
|
|
memory: 32Mi
|
2022-11-03 12:19:57 +00:00
|
|
|
|
2021-05-12 16:11:40 +00:00
|
|
|
mariadb-galera:
|
2022-09-29 18:54:55 +00:00
|
|
|
enabled: false
|
2021-05-12 16:11:40 +00:00
|
|
|
|
|
|
|
replicaCount: 2
|
|
|
|
|
|
|
|
db:
|
2021-05-12 20:27:53 +00:00
|
|
|
user: mariadb
|
2021-05-12 16:11:40 +00:00
|
|
|
galera:
|
2021-07-22 20:09:12 +00:00
|
|
|
# For a single node "cluster" force bootstrap
|
|
|
|
#bootstrap:
|
|
|
|
# bootstrapFromNode: 0
|
|
|
|
# forceSafeToBootstrap: true
|
2021-05-12 16:11:40 +00:00
|
|
|
|
|
|
|
metrics:
|
2021-05-12 16:41:31 +00:00
|
|
|
enabled: false
|
2022-11-03 12:19:57 +00:00
|
|
|
# set to false for any subsequent installation of the chart in the same cluster to prevent overwriting each other
|
|
|
|
installDashboard: true
|
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"
|