Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-13 22:20:08 +00:00
parent 972dedd1b3
commit a50d5f06de
7 changed files with 122 additions and 1 deletions
+6
View File
@@ -12,11 +12,16 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PUID | int | `568` | |
| env.SCRUTINY_API_ENDPOINT | string | `"http://localhost:8080"` | |
| env.SCRUTINY_COLLECTOR | bool | `true` | |
| env.SCRUTINY_WEB | bool | `true` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/scrutiny"` | |
| image.tag | string | `"v2021.11.18"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/scrutiny/config"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/config"` | |
| persistence.udev.hostPath | string | `"/run/udev"` | |
| persistence.udev.mountPath | string | `"/run/udev"` | |
| persistence.udev.readOnly | bool | `true` | |
@@ -26,6 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.allowPrivilegeEscalation | bool | `true` | |
| securityContext.privileged | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10151` | |
| service.main.ports.main.targetPort | int | `8080` | |