Skip to content
Snippets Groups Projects
Unverified Commit 127e415e authored by Joshua Sizer's avatar Joshua Sizer Committed by GitHub
Browse files

Merge pull request #166 from Mercbot7/update-readme-for-cronjob-updates

Update README.md for garbageCollect
parents 113ddd1d 14fc7bb5
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,8 @@ their default values. ...@@ -57,8 +57,8 @@ their default values.
| `service.sessionAffinityConfig` | service session affinity config | `nil` | | `service.sessionAffinityConfig` | service session affinity config | `nil` |
| `replicaCount` | k8s replicas | `1` | | `replicaCount` | k8s replicas | `1` |
| `updateStrategy` | update strategy for deployment | `{}` | | `updateStrategy` | update strategy for deployment | `{}` |
| `podAnnotations` | Annotations for pod | `{}` | | `podAnnotations` | Annotations for deployment pod, and `garbageCollect` pod unless set explicitly there. See `garbageCollect` | `{}` |
| `podLabels` | Labels for pod | `{}` | | `podLabels` | Labels for deployment pod, and `garbageCollect` pod unless set explicitly there. See `garbageCollect` | `{}` |
| `podDisruptionBudget` | Pod disruption budget | `{}` | | `podDisruptionBudget` | Pod disruption budget | `{}` |
| `resources.limits.cpu` | Container requested CPU | `nil` | | `resources.limits.cpu` | Container requested CPU | `nil` |
| `resources.limits.memory` | Container requested memory | `nil` | | `resources.limits.memory` | Container requested memory | `nil` |
...@@ -119,6 +119,8 @@ their default values. ...@@ -119,6 +119,8 @@ their default values.
| `garbageCollect.enabled` | If true, will deploy garbage-collector cronjob | `false` | | `garbageCollect.enabled` | If true, will deploy garbage-collector cronjob | `false` |
| `garbageCollect.deleteUntagged` | If true, garbage-collector will delete manifests that are not currently referenced via tag | `true` | | `garbageCollect.deleteUntagged` | If true, garbage-collector will delete manifests that are not currently referenced via tag | `true` |
| `garbageCollect.schedule` | CronTab schedule, please use standard crontab format | `0 1 * * *` | | `garbageCollect.schedule` | CronTab schedule, please use standard crontab format | `0 1 * * *` |
| `garbageCollect.podAnnotations` | CronJob pod Annotations. If left empty and chart `podAnnotations` are set, will use those. If both are set, these take precedence for the `garbageCollect` pods. | `{}` |
| `garbageCollect.podLabels` | CronJob pod Annotations. If left empty and chart `podLabels` are set, will use those. If both are set, these take precedence for the `garbageCollect` pods. | `{}` |
| `garbageCollect.resources` | garbage-collector requested resources | `{}` | | `garbageCollect.resources` | garbage-collector requested resources | `{}` |
Specify each parameter using the `--set key=value[,key=value]` argument to Specify each parameter using the `--set key=value[,key=value]` argument to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment