update mysql cluster
This commit is contained in:
@@ -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: {}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user