Skip to content

Commit

Permalink
Update chart README
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexand committed Aug 8, 2024
1 parent 8a9b53e commit f76cb63
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions charts/cluster-registry-sync-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,30 @@ Cluster Registry is a Rest API representing the source of record for all Kuberne

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| clusterRegistryClient.alertmanagerWebhook.alertMap | list | `[]` | |
| clusterRegistryClient.alertmanagerWebhook.bindAddress | string | `"0.0.0.0:9092"` | |
| clusterRegistryClient.health.healthProbeBindAddress | string | `":9091"` | |
| clusterRegistryClient.leaderElection.leaderElect | bool | `true` | |
| clusterRegistryClient.leaderElection.resourceName | string | `"0c4967d2.registry.ethos.adobe.com"` | |
| clusterRegistryClient.leaderElection.resourceNamespace | string | `"cluster-registry"` | |
| clusterRegistryClient.metrics.bindAddress | string | `"0.0.0.0:9090"` | |
| clusterRegistryClient.webhook.port | int | `9443` | |
| fullnameOverride | string | `"cluster-registry-client"` | |
| clusterRegistrySyncManager.health.healthProbeBindAddress | string | `":8081"` | |
| clusterRegistrySyncManager.leaderElection.leaderElect | bool | `false` | |
| clusterRegistrySyncManager.leaderElection.resourceLock | string | `"leases"` | |
| clusterRegistrySyncManager.leaderElection.resourceName | string | `"sync.registry.ethos.adobe.com"` | |
| clusterRegistrySyncManager.leaderElection.resourceNamespace | string | `"cluster-registry"` | |
| clusterRegistrySyncManager.metrics.bindAddress | string | `"0.0.0.0:9090"` | |
| clusterRegistrySyncManager.namespace | string | `"cluster-registry"` | |
| clusterRegistrySyncManager.watchedGVKs | object | `{}` | |
| clusterRegistrySyncManager.webhook.port | int | `9443` | |
| fullnameOverride | string | `"cluster-registry-sync-manager"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"ghcr.io/adobe/cluster-registry-client"` | |
| image.registry | string | `"ghcr.io/adobe/cluster-registry-sync-manager"` | |
| imagePullSecrets | list | `[]` | |
| livenessProbe.httpGet.path | string | `"/healthz"` | |
| livenessProbe.httpGet.port | int | `9091` | |
| livenessProbe.initialDelaySeconds | int | `15` | |
| livenessProbe.periodSeconds | int | `20` | |
| nameOverride | string | `"cluster-registry-client"` | |
| nameOverride | string | `"cluster-registry-sync-manager"` | |
| podDisruptionBudget.enabled | bool | `true` | |
| podDisruptionBudget.minAvailable | string | `"50%"` | |
| podMonitor.enabled | bool | `false` | |
| podMonitor.extraLabels | object | `{}` | |
| ports[0].containerPort | int | `9090` | |
| ports[0].name | string | `"metrics"` | |
| ports[1].containerPort | int | `9092` | |
| ports[1].name | string | `"amwebhook"` | |
| rbac.create | bool | `true` | |
| readinessProbe.httpGet.path | string | `"/readyz"` | |
| readinessProbe.httpGet.port | int | `9091` | |
Expand All @@ -53,7 +52,7 @@ Cluster Registry is a Rest API representing the source of record for all Kuberne
| resources.requests.cpu | string | `"100m"` | |
| resources.requests.memory | string | `"200Mi"` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `"cluster-registry-client"` | |
| serviceAccount.name | string | `"cluster-registry-sync-manager"` | |
| terminationGracePeriodSeconds | int | `10` | |

----------------------------------------------
Expand Down

0 comments on commit f76cb63

Please sign in to comment.