mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:45:41 +00:00
add mysql to helm chart
This commit is contained in:
@@ -5,6 +5,10 @@ dependencies:
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: ~11.6.6
|
||||
- condition: mysql.enabled
|
||||
name: mysql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: ~9.4.6
|
||||
description: A Helm chart for Kubernetes
|
||||
maintainers: []
|
||||
name: nocodb
|
||||
|
||||
@@ -83,6 +83,7 @@ extraEnvs:
|
||||
|
||||
extraSecretEnvs:
|
||||
NC_AUTH_JWT_SECRET: secretString
|
||||
NC_DB: "mysql2://mysql:3306?u=nocodb&p=secretPass&d=nocodb"
|
||||
|
||||
storage:
|
||||
size: 3Gi
|
||||
@@ -96,3 +97,13 @@ postgresql:
|
||||
password: secretPass
|
||||
persistence:
|
||||
size: 8Gi
|
||||
|
||||
mysql:
|
||||
enabled: false
|
||||
auth:
|
||||
database: nocodb
|
||||
username: nocodb
|
||||
password: secretPass
|
||||
persistence:
|
||||
enabled: false
|
||||
size: 8Gi
|
||||
|
||||
Reference in New Issue
Block a user