feat(apps): move apps to stable (#2188)

* feat(apps): move apps to stable

* update image ref
This commit is contained in:
Stavros Kois
2022-03-16 21:37:59 +02:00
committed by GitHub
parent d103378a58
commit 0cbd315c55
66 changed files with 19 additions and 15 deletions
+27
View File
@@ -0,0 +1,27 @@
# 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.HOST_IP | string | `"localhost"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"nextpvr/nextpvr_amd64"` | |
| image.tag | string | `"stable@sha256:74251f12dc32a1de2085bab9c6025cdb10f49f31c6407687d4db72e84b7d2c1e"` | |
| persistence.buffer.enabled | bool | `true` | |
| persistence.buffer.mountPath | string | `"/buffer"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.recordings.enabled | bool | `true` | |
| persistence.recordings.mountPath | string | `"/recordings"` | |
| service.main.ports.main.port | int | `10183` | |
| service.main.ports.main.targetPort | int | `8866` | |
All Rights Reserved - The TrueCharts Project