Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -11,30 +11,25 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.LEAN_DB_DATABASE | string | `"leantime"` | |
|
||||
| env.LEAN_DB_USER | string | `"leantime"` | |
|
||||
| env.LEAN_DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
|
||||
| env.LEAN_DB_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
|
||||
| envValueFrom.LEAN_DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.LEAN_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
|
||||
| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| envValueFrom.LEAN_SESSION_PASSWORD.secretKeyRef.key | string | `"LEAN_SESSION_PASSWORD"` | |
|
||||
| envValueFrom.LEAN_SESSION_PASSWORD.secretKeyRef.name | string | `"leantime-secrets"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/leantime"` | |
|
||||
| image.tag | string | `"v2.1.7-ls6@sha256:09f51955b47e8bf7cf8c95b7fa4e023ce2fae4aa15ef42db1568b4c23830b5a6"` | |
|
||||
| image.tag | string | `"v2.1.8@sha256:c2a5025fb6019f0fea9d3d8fb37a52f6a91a7d72117a081b759a1d0762dea513"` | |
|
||||
| mariadb.enabled | bool | `true` | |
|
||||
| mariadb.existingSecret | string | `"mariadbcreds"` | |
|
||||
| mariadb.mariadbDatabase | string | `"leantime"` | |
|
||||
| mariadb.mariadbUsername | string | `"leantime"` | |
|
||||
| persistence.sessions.enabled | bool | `true` | |
|
||||
| persistence.sessions.mountPath | string | `"/sessions"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.extra.enabled | bool | `true` | |
|
||||
| service.extra.ports.extra.enabled | bool | `true` | |
|
||||
| service.extra.ports.extra.port | int | `10118` | |
|
||||
| service.extra.ports.extra.protocol | string | `"UDP"` | |
|
||||
| service.extra.ports.extra.targetPort | int | `9000` | |
|
||||
| service.main.ports.main.port | int | `10117` | |
|
||||
| service.main.ports.main.targetPort | int | `80` | |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user