|
| 1 | +# docker-registry-ui |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +Helm chart to deploy [docker-registry-ui](https://github.com/Quiq/docker-registry-ui). |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/slamdev/helm-charts/tree/master/charts/docker-registry-ui> |
| 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 | `"listen_addr: 0.0.0.0:8000\nbase_path: /\nregistry_url: http://registry:5000\nevent_listener_token: token\nanyone_can_delete: true\nevent_database_driver: sqlite3"` | docker-registry-ui config to provision inside of the container | |
| 22 | +| containerPorts | list | `[{"containerPort":8000,"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 | +| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | |
| 26 | +| image.repository | string | `"quiq/docker-registry-ui"` | image repository | |
| 27 | +| image.tag | string | `""` | image tag (chart's appVersion value will be used if not set) | |
| 28 | +| imagePullSecrets | list | `[]` | image pull secret for private images | |
| 29 | +| livenessProbe.httpGet.path | string | `"/"` | path for liveness probe | |
| 30 | +| livenessProbe.httpGet.port | string | `"http"` | port for liveness probe | |
| 31 | +| nameOverride | string | `""` | override name of the chart | |
| 32 | +| nodeSelector | object | `{}` | node for scheduler pod assignment | |
| 33 | +| podSecurityContext | object | `{}` | specifies security settings for a pod | |
| 34 | +| readinessProbe.httpGet.path | string | `"/"` | path for readiness probe | |
| 35 | +| readinessProbe.httpGet.port | string | `"http"` | port for readiness probe | |
| 36 | +| replicaCount | int | `1` | number of replicas for docker-registry-ui deployment. | |
| 37 | +| resources | object | `{}` | custom resource configuration | |
| 38 | +| securityContext | object | `{}` | specifies security settings for a container | |
| 39 | +| service.ports | list | `[{"name":"http","port":80,"protocol":"TCP","targetPort":"http"}]` | service ports | |
| 40 | +| service.type | string | `"ClusterIP"` | service type | |
| 41 | +| serviceAccount.annotations | object | `{}` | annotations to add to the service account | |
| 42 | +| serviceAccount.create | bool | `false` | specifies whether a service account should be created | |
| 43 | +| 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 | |
| 44 | +| tolerations | list | `[]` | tolerations for scheduler pod assignment | |
| 45 | +| volumeMounts | list | `[]` | additional volume mounts | |
| 46 | +| volumes | list | `[]` | additional volumes | |
0 commit comments