mysql:
# if enabled set "false", fill the connection informations in "external" section# init containers will import the flow sql file into mysql db.# https://raw.githubusercontent.com/alibaba/nacos/${version}/distribution/conf/schema.sql# https://raw.githubusercontent.com/alibaba/nacos/${version}/distribution/conf/nacos-mysql.sql
enabled: false
external:
mysqlMasterHost: "xxxx"
mysqlDatabase: "xxxx"
mysqlMasterPort: "xxxx"
mysqlMasterUser: "xxxx"
mysqlMasterPassword: "xxxx"
mysqlSlaveHost: "xxxx"
mysqlSlavePort: "xxxxx"
persistence:
enabled: false## If defined, storageClassName: <storageClass>## If set to "-", storageClassName: "", which disables dynamic provisioning## If undefined (the default) or set to null, no storageClassName spec is## set, choosing the default provisioner. (gp2 on AWS, azure-disk on## Azure, standard on GKE, AWS & OpenStack)##
storageClass: ""
accessMode: ReadWriteOnce
annotations: {}# helm.sh/resource-policy: keep
size: 5Gi # 大小
existingClaim: nacos-pvc-storage