Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-07 16:24:09 +00:00
parent d1dd00ba74
commit 66c5becadf
838 changed files with 11511 additions and 376 deletions
+1 -4
View File
@@ -19,15 +19,12 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.code.enabled | bool | `true` | |
| persistence.code.mountPath | string | `"/code"` | |
| persistence.code.size | string | `"1Gi"` | |
| persistence.sock.accessMode | string | `"ReadWriteOnce"` | |
| persistence.sock.enabled | bool | `true` | |
| persistence.sock.mountPath | string | `"/var/run/docker.sock"` | |
| persistence.sock.size | string | `"1Gi"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8000` | |
| service.main.ports.main.targetPort | int | `8000` | |
All Rights Reserved - The TrueCharts Project