feat: update mariadb to v11
This commit is contained in:
parent
6a332543ba
commit
fa3d9e9500
5 changed files with 19 additions and 18 deletions
|
@ -452,7 +452,7 @@ mysql:
|
|||
## @param mariadb.auth.username Username of the new user to create.
|
||||
## @param mariadb.auth.password Password for the new user. Ignored if existing secret is provided
|
||||
## @param mariadb.auth.rootPassword Password for the root user.
|
||||
## @param mariadb.primary.service.port Port to connect to MariaDB service
|
||||
## @param mariadb.primary.service.ports.mysql Port to connect to MariaDB service
|
||||
## @param mariadb.primary.persistence.size Persistence size for MariaDB
|
||||
mariadb:
|
||||
enabled: false
|
||||
|
@ -463,7 +463,8 @@ mariadb:
|
|||
rootPassword: gitea
|
||||
primary:
|
||||
service:
|
||||
port: 3306
|
||||
ports:
|
||||
mysql: 3306
|
||||
persistence:
|
||||
size: 10Gi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue