Skip to content

Commit

Permalink
Fix default health probe binding address in helm chart (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriananeci committed Oct 17, 2023
1 parent 74757d7 commit c5b133b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-registry-client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ maintainers:
- name: radu-catalina
email: caradu@adobe.com

version: 0.1.4
version: 0.1.5
appVersion: v1.4.2
6 changes: 3 additions & 3 deletions charts/cluster-registry-client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cluster-registry-client

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.2](https://img.shields.io/badge/AppVersion-v1.4.2-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.2](https://img.shields.io/badge/AppVersion-v1.4.2-informational?style=flat-square)

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.

Expand All @@ -19,7 +19,7 @@ Cluster Registry is a Rest API representing the source of record for all Kuberne
|-----|------|---------|-------------|
| clusterRegistryClient.alertmanagerWebhook.alertMap | list | `[]` | |
| clusterRegistryClient.alertmanagerWebhook.bindAddress | string | `"0.0.0.0:9092"` | |
| clusterRegistryClient.health.healthProbeBindAddress | string | `":8081"` | |
| 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"` | |
Expand Down Expand Up @@ -54,4 +54,4 @@ Cluster Registry is a Rest API representing the source of record for all Kuberne
| terminationGracePeriodSeconds | int | `10` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
2 changes: 1 addition & 1 deletion charts/cluster-registry-client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clusterRegistryClient:
bindAddress: 0.0.0.0:9092
alertMap: []
health:
healthProbeBindAddress: :8081
healthProbeBindAddress: :9091
metrics:
bindAddress: 0.0.0.0:9090
webhook:
Expand Down

0 comments on commit c5b133b

Please sign in to comment.