|
| 1 | +# docker-registry |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +Helm chart to deploy [docker-registry](https://github.com/distribution/distribution). |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/slamdev/helm-charts/tree/master/charts/docker-registry> |
| 8 | + |
| 9 | +## Maintainers |
| 10 | + |
| 11 | +| Name | Email | Url | |
| 12 | +| ---- | ------ | --- | |
| 13 | +| slamdev | <valentin.fedoskin@gmail.com> | | |
| 14 | + |
| 15 | +## Values |
| 16 | + |
| 17 | +| Key | Type | Default | Description | |
| 18 | +|-----|------|---------|-------------| |
| 19 | +| additionalResources | list | `[]` | list of additional resources to create (are processed via `tpl` function) | |
| 20 | +| affinity | object | `{}` | affinity for scheduler pod assignment | |
| 21 | +| config | string | `"http:\n addr: :5000"` | docker-registry config to provision inside of the container | |
| 22 | +| containerPorts | list | `[{"containerPort":5000,"name":"http","protocol":"TCP"}]` | ports exposed by container | |
| 23 | +| env | list | `[]` | additional environment variables for the deployment | |
| 24 | +| fullnameOverride | string | `""` | full name of the chart. | |
| 25 | +| garbageCollectCronJob.deleteUntagged | bool | `true` | delete manifests that are not currently referenced via tag | |
| 26 | +| garbageCollectCronJob.dryRun | bool | `false` | do everything except remove the blobs | |
| 27 | +| garbageCollectCronJob.failedJobsHistoryLimit | int | `1` | the number of failed finished jobs to retain | |
| 28 | +| garbageCollectCronJob.resources | object | `{}` | custom resource configuration | |
| 29 | +| garbageCollectCronJob.restartPolicy | string | `"Never"` | container restart policy | |
| 30 | +| garbageCollectCronJob.schedule | string | `"@daily"` | the schedule in Cron format, see https://en.wikipedia.org/wiki/Cron | |
| 31 | +| garbageCollectCronJob.successfulJobsHistoryLimit | int | `3` | the number of successful finished jobs to retain | |
| 32 | +| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | |
| 33 | +| image.repository | string | `"registry"` | image repository | |
| 34 | +| image.tag | string | `""` | image tag (chart's appVersion value will be used if not set) | |
| 35 | +| imagePullSecrets | list | `[]` | image pull secret for private images | |
| 36 | +| livenessProbe.httpGet.path | string | `"/"` | path for liveness probe | |
| 37 | +| livenessProbe.httpGet.port | string | `"http"` | port for liveness probe | |
| 38 | +| nameOverride | string | `""` | override name of the chart | |
| 39 | +| nodeSelector | object | `{}` | node for scheduler pod assignment | |
| 40 | +| podSecurityContext | object | `{}` | specifies security settings for a pod | |
| 41 | +| readinessProbe.httpGet.path | string | `"/"` | path for readiness probe | |
| 42 | +| readinessProbe.httpGet.port | string | `"http"` | port for readiness probe | |
| 43 | +| replicaCount | int | `1` | number of replicas for docker-registry deployment. | |
| 44 | +| resources | object | `{}` | custom resource configuration | |
| 45 | +| securityContext | object | `{}` | specifies security settings for a container | |
| 46 | +| service.annotations | object | `{}` | annotations to add to the service | |
| 47 | +| service.loadBalancerSourceRanges | list | `[]` | traffic through the load-balancer will be restricted to the specified client IPs | |
| 48 | +| service.ports | list | `[{"name":"http","port":80,"protocol":"TCP","targetPort":"http"}]` | service ports | |
| 49 | +| service.type | string | `"ClusterIP"` | service type | |
| 50 | +| serviceAccount.annotations | object | `{}` | annotations to add to the service account | |
| 51 | +| serviceAccount.create | bool | `false` | specifies whether a service account should be created | |
| 52 | +| serviceAccount.name | string | `nil` | the name of the service account to use; if not set and create is true, a name is generated using the fullname template | |
| 53 | +| tolerations | list | `[]` | tolerations for scheduler pod assignment | |
| 54 | +| volumeMounts | list | `[]` | additional volume mounts | |
| 55 | +| volumes | list | `[]` | additional volumes | |
0 commit comments