update mysql cluster

This commit is contained in:
2025-04-14 18:11:05 +02:00
parent 7697f2f36e
commit 029918de44
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
## The cluster number of nodes
replicas: 1
replicas: 3
## For setting custom docker image or specifying mysql version
## the image field has priority over mysqlVersion.
@@ -11,10 +11,10 @@ replicas: 1
# mysqlVersion: "5.7"
## MySQL connect credentials, those credentials will be provisioned in the cluster
rootPassword: "CHANGE_ME"
appUser: ""
appPassword: ""
appDatabase: ""
rootPassword: "4JBaDbEN70GDI2dgVTzYvPngguVmAaLG"
appUser: "app"
appPassword: "eSJYUglRfXtAkyEKDCYARTzc971DSp8N"
appDatabase: "appdb"
# appSecretLabels: {}
# appSecretAnnotations: {}

View File

@@ -1,7 +1,7 @@
# Default values for mysql-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
replicaCount: 3
image:
repository: docker.io/bitpoke/mysql-operator