Files
helm-anything/src/mysql/values.yaml
2026-02-19 23:04:16 +08:00

20 lines
350 B
YAML

# MySQL InnoDB Cluster Helm Chart Values
# https://github.com/mysql/mysql-operator/blob/main/helm/mysql-innodbcluster/values.yaml
# Default values for mysql-innodbcluster
# This is a YAML-formatted file
credentials:
root:
host: '%'
password: password
user: root
serverInstances: 3
router:
instances: 1
tls:
useSelfSigned: true