51 lines
1.0 KiB
YAML
Raw Normal View History

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 17:08:22 +01:00
resources:
limits:
#cpu: 200m
memory: 512Mi
requests:
cpu: 50m
memory: 32Mi
mariadb-galera:
2022-09-29 20:54:55 +02:00
enabled: false
replicaCount: 2
db:
user: mariadb
galera:
2021-07-22 22:09:12 +02: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 22:30:03 +02:00
gateway: istio-ingress/private-ingressgateway
url: mariadb.example.com
configurationConfigMap: "{{ .Release.Name }}-mariadb-galera-configuration"