From 029918de4450625866b22a60e29113aa158105e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 14 Apr 2025 18:11:05 +0200 Subject: [PATCH] update mysql cluster --- deploy/mysql-cluster/values.yaml | 10 +++++----- deploy/mysql-operator/values.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/mysql-cluster/values.yaml b/deploy/mysql-cluster/values.yaml index 4499991..496d62f 100644 --- a/deploy/mysql-cluster/values.yaml +++ b/deploy/mysql-cluster/values.yaml @@ -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: {} diff --git a/deploy/mysql-operator/values.yaml b/deploy/mysql-operator/values.yaml index 1947a93..aced755 100644 --- a/deploy/mysql-operator/values.yaml +++ b/deploy/mysql-operator/values.yaml @@ -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