feat: update mysql to v9
This commit is contained in:
parent
fa3d9e9500
commit
b1a501d315
5 changed files with 32 additions and 31 deletions
18
README.md
18
README.md
|
@ -747,15 +747,15 @@ gitea:
|
|||
|
||||
### MySQL
|
||||
|
||||
| Name | Description | Value |
|
||||
| ------------------------ | ------------------------------------------------------------------ | ------- |
|
||||
| `mysql.enabled` | Enable MySQL | `false` |
|
||||
| `mysql.root.password` | Password for the root user. Ignored if existing secret is provided | `gitea` |
|
||||
| `mysql.db.user` | Username of new user to create. | `gitea` |
|
||||
| `mysql.db.password` | Password for the new user.Ignored if existing secret is provided | `gitea` |
|
||||
| `mysql.db.name` | Name for new database to create. | `gitea` |
|
||||
| `mysql.service.port` | Port to connect to MySQL service | `3306` |
|
||||
| `mysql.persistence.size` | PVC Storage Request for MySQL volume | `10Gi` |
|
||||
| Name | Description | Value |
|
||||
| ----------------------------------- | ------------------------------------------------------------------ | ------- |
|
||||
| `mysql.enabled` | Enable MySQL | `false` |
|
||||
| `mysql.auth.database` | Name for new database to create. | `gitea` |
|
||||
| `mysql.auth.username` | Username of new user to create. | `gitea` |
|
||||
| `mysql.auth.password` | Password for the new user.Ignored if existing secret is provided | `gitea` |
|
||||
| `mysql.auth.rootPassword` | Password for the root user. Ignored if existing secret is provided | `gitea` |
|
||||
| `mysql.primary.service.ports.mysql` | Port to connect to MySQL service | `3306` |
|
||||
| `mysql.primary.persistence.size` | PVC Storage Request for MySQL volume | `10Gi` |
|
||||
|
||||
### MariaDB
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue