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

View File

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