Daily Housekeeping

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-07 03:11:33 +00:00
parent b61c192846
commit e4bd1d8d77
23 changed files with 647 additions and 53 deletions
-16
View File
@@ -11,22 +11,6 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| additionalContainers[0].args[0] | string | `"while [ ! -f \"/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push\" ]; do sleep 30; echo \"notify_push not found, waiting\"; done && /var/www/html/custom_apps/notify_push/bin/x86_64/notify_push /var/www/html/config/config.php"` | |
| additionalContainers[0].command[0] | string | `"/bin/bash"` | |
| additionalContainers[0].command[1] | string | `"-c"` | |
| additionalContainers[0].command[2] | string | `"--"` | |
| additionalContainers[0].envFrom[0].configMapRef.name | string | `"hpbconfig"` | |
| additionalContainers[0].env[0].name | string | `"PORT"` | |
| additionalContainers[0].env[0].value | string | `"7867"` | |
| additionalContainers[0].image | string | `"nextcloud:21.0.2"` | |
| additionalContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
| additionalContainers[0].name | string | `"hpb"` | |
| additionalContainers[0].ports[0].containerPort | int | `7867` | |
| additionalContainers[0].ports[0].name | string | `"hpb"` | |
| additionalContainers[0].securityContext.runAsGroup | int | `33` | |
| additionalContainers[0].securityContext.runAsUser | int | `33` | |
| additionalContainers[0].volumeMounts[0].mountPath | string | `"/var/www/html"` | |
| additionalContainers[0].volumeMounts[0].name | string | `"data"` | |
| cronjob.annotations | object | `{}` | |
| cronjob.failedJobsHistoryLimit | int | `5` | |
| cronjob.schedule | string | `"*/5 * * * *"` | |