Fix Valheim Location (#1847)

This commit is contained in:
Heavybullets8
2022-02-05 10:56:26 +01:00
committed by GitHub
parent 2fd25d836f
commit 9c83fd1487
10 changed files with 0 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | See below | environment variables. See [image docs](https://github.com/lloesche/valheim-server-docker#environment-variables) for more details. |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/valheim-server"` | image repository |
| image.tag | string | `"latest@sha256:5a417fb9a880321ab9af1d63b0d7a9d68a5340f61a005265f16d13297c3a5f6d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.SERVER_PASS | string | `"secret"` | |
| secret.SUPERVISOR_HTTP_PASS | string | `"secret"` | |
| secret.SUPERVISOR_HTTP_USER | string | `"admin"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project