Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -11,17 +11,17 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.DB_CONN | string | `"postgres"` | |
|
||||
| env.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| env.DB_PORT | string | `"5432"` | |
|
||||
| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| env.DESCRIPTION | string | `"This is a Statping instance deployed as Helm chart"` | Description of the Statping instance |
|
||||
| env.DISABLE_LOGS | bool | `false` | Disable logs from appearing and writing to disk |
|
||||
| env.NAME | string | `"Statping Example"` | Name of the Statping instance |
|
||||
| env.POSTGRES_SSLMODE | string | `"disable"` | |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| env.USE_CDN | bool | `false` | Use CDN for static context from third-parties |
|
||||
| env.VIRTUAL_HOST | string | `""` | External URL you use to connect to the statping (the one you enter in your browser) |
|
||||
| envTpl.DB_CONN | string | `"postgres"` | |
|
||||
| envTpl.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DB_PORT | string | `"5432"` | |
|
||||
| envTpl.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envTpl.POSTGRES_SSLMODE | string | `"disable"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
|
||||
Reference in New Issue
Block a user