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,35 +303,24 @@ spec:
spec:
project: default
source:
repoURL: https://charts.bitnami.com/bitnami
repoURL: https://helm.wso2.com
chart: mysql
targetRevision: "9.14.4"
targetRevision: "1.6.9"
helm:
values: |
image:
tag: "$VERSION"
auth:
rootPassword: "local-root-pass"
username: "mysql_user"
password: "local-mysql-pass"
image: mysql
imageTag: "$VERSION"
mysqlRootPassword: "local-root-pass"
mysqlUser: "mysql_user"
mysqlPassword: "local-mysql-pass"
fullnameOverride: "$INSTANCE_NAME"
primary:
persistence:
enabled: true
size: 8Gi
resources:
requests:
cpu: 250m
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/^/ /')
persistence:
enabled: true
size: 8Gi
resources:
requests:
cpu: 250m
memory: 512Mi
destination:
server: https://kubernetes.default.svc
namespace: $NAMESPACE