|
| 1 | +# cluster-registry-sync-manager |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +Cluster Registry is a Rest API representing the source of record for all Kubernetes clusters in the infrastructure fleet. All clusters are automatically registered, and the information is accurately reflected in the Cluster Registry using a client-server architecture. |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/adobe/cluster-registry> |
| 8 | + |
| 9 | +## Maintainers |
| 10 | + |
| 11 | +| Name | Email | Url | |
| 12 | +| ---- | ------ | --- | |
| 13 | +| aalexandru | <[email protected]> | | |
| 14 | +| radu-catalina | <[email protected]> | | |
| 15 | + |
| 16 | +## Values |
| 17 | + |
| 18 | +| Key | Type | Default | Description | |
| 19 | +|-----|------|---------|-------------| |
| 20 | +| clusterRegistrySyncManager.health.healthProbeBindAddress | string | `":8081"` | | |
| 21 | +| clusterRegistrySyncManager.leaderElection.leaderElect | bool | `false` | | |
| 22 | +| clusterRegistrySyncManager.leaderElection.resourceLock | string | `"leases"` | | |
| 23 | +| clusterRegistrySyncManager.leaderElection.resourceName | string | `"sync.registry.ethos.adobe.com"` | | |
| 24 | +| clusterRegistrySyncManager.leaderElection.resourceNamespace | string | `"cluster-registry"` | | |
| 25 | +| clusterRegistrySyncManager.metrics.bindAddress | string | `"0.0.0.0:9090"` | | |
| 26 | +| clusterRegistrySyncManager.namespace | string | `"cluster-registry"` | | |
| 27 | +| clusterRegistrySyncManager.watchedGVKs | object | `{}` | | |
| 28 | +| clusterRegistrySyncManager.webhook.port | int | `9443` | | |
| 29 | +| fullnameOverride | string | `"cluster-registry-sync-manager"` | | |
| 30 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 31 | +| image.registry | string | `"ghcr.io/adobe/cluster-registry-sync-manager"` | | |
| 32 | +| imagePullSecrets | list | `[]` | | |
| 33 | +| livenessProbe.httpGet.path | string | `"/healthz"` | | |
| 34 | +| livenessProbe.httpGet.port | int | `9091` | | |
| 35 | +| livenessProbe.initialDelaySeconds | int | `15` | | |
| 36 | +| livenessProbe.periodSeconds | int | `20` | | |
| 37 | +| nameOverride | string | `"cluster-registry-sync-manager"` | | |
| 38 | +| podDisruptionBudget.enabled | bool | `true` | | |
| 39 | +| podDisruptionBudget.minAvailable | string | `"50%"` | | |
| 40 | +| podMonitor.enabled | bool | `false` | | |
| 41 | +| podMonitor.extraLabels | object | `{}` | | |
| 42 | +| ports[0].containerPort | int | `9090` | | |
| 43 | +| ports[0].name | string | `"metrics"` | | |
| 44 | +| rbac.create | bool | `true` | | |
| 45 | +| readinessProbe.httpGet.path | string | `"/readyz"` | | |
| 46 | +| readinessProbe.httpGet.port | int | `9091` | | |
| 47 | +| readinessProbe.initialDelaySeconds | int | `5` | | |
| 48 | +| readinessProbe.periodSeconds | int | `10` | | |
| 49 | +| replicaCount | int | `2` | | |
| 50 | +| resources.limits.cpu | string | `"200m"` | | |
| 51 | +| resources.limits.memory | string | `"400Mi"` | | |
| 52 | +| resources.requests.cpu | string | `"100m"` | | |
| 53 | +| resources.requests.memory | string | `"200Mi"` | | |
| 54 | +| serviceAccount.create | bool | `true` | | |
| 55 | +| serviceAccount.name | string | `"cluster-registry-sync-manager"` | | |
| 56 | +| terminationGracePeriodSeconds | int | `10` | | |
| 57 | + |
| 58 | +---------------------------------------------- |
| 59 | +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) |
0 commit comments