Shared Mysql fix 1

This commit is contained in:
Vaibhav Pathak 2026-02-23 14:35:37 +05:30
parent c5c5224206
commit a41c6fc967

View File

@ -303,19 +303,17 @@ spec:
spec: spec:
project: default project: default
source: source:
repoURL: https://charts.bitnami.com/bitnami repoURL: https://helm.wso2.com
chart: mysql chart: mysql
targetRevision: "9.14.4" targetRevision: "1.6.9"
helm: helm:
values: | values: |
image: image: mysql
tag: "$VERSION" imageTag: "$VERSION"
auth: mysqlRootPassword: "local-root-pass"
rootPassword: "local-root-pass" mysqlUser: "mysql_user"
username: "mysql_user" mysqlPassword: "local-mysql-pass"
password: "local-mysql-pass"
fullnameOverride: "$INSTANCE_NAME" fullnameOverride: "$INSTANCE_NAME"
primary:
persistence: persistence:
enabled: true enabled: true
size: 8Gi size: 8Gi
@ -323,15 +321,6 @@ spec:
requests: requests:
cpu: 250m cpu: 250m
memory: 512Mi memory: 512Mi
configuration: |
[mysqld]
max_connections = 200
character-set-server=utf8mb4
collation-server=utf8mb4_unicode_ci
default_authentication_plugin=mysql_native_password
initdbScripts:
create-databases.sql: |
$(echo "$DB_INIT_SQL" | sed 's/^/ /')
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: $NAMESPACE namespace: $NAMESPACE