feat: add more services

This commit is contained in:
Sun-ZhenXing
2026-02-19 23:04:16 +08:00
parent be71b96317
commit 990b40d730
77 changed files with 2085 additions and 1 deletions

19
src/mysql/values.yaml Normal file
View File

@@ -0,0 +1,19 @@
# 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