Files
truecharts/charts/stable/teamspeak3/helm-values.md
T
acf510ea13 (feat) Standardise and Harden default app securitycontext (#1028)
* Apply security hardened defaults to values.yaml for all apps

* Add default common securityContext to all apps

* Adjust securityContext defaults in questions.yaml, according to values.yaml

* Add default common podSecurityContext to all apps

* Clean whitespace

* Clean more whitespace

* Adjust podSecurityContext defaults in questions.yaml, according to values.yaml

* fix pgadmin

Co-authored-by: Stavros kois <s.kois@outlook.com>
2021-09-26 20:05:21 +02:00

39 lines
2.0 KiB
Markdown

# 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.TS3SERVER_LICENSE | string | `"accept"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"teamspeak"` | |
| image.tag | string | `"3.13.6@sha256:a88d61887cbfa78012ce8bf69e6fad5988d853b7b72a9483000b1af8a6083ff8"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/var/ts3server/"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| service.files.enabled | bool | `true` | |
| service.files.ports.files.enabled | bool | `true` | |
| service.files.ports.files.port | int | `30033` | |
| service.files.ports.files.protocol | string | `"TCP"` | |
| service.files.type | string | `"ClusterIP"` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `10011` | |
| service.main.ports.main.protocol | string | `"TCP"` | |
| service.main.type | string | `"ClusterIP"` | |
| service.voice.enabled | bool | `true` | |
| service.voice.ports.voice.enabled | bool | `true` | |
| service.voice.ports.voice.port | int | `9987` | |
| service.voice.ports.voice.protocol | string | `"UDP"` | |
All Rights Reserved - The TrueCharts Project