Skip to content

Commit c5b133b

Browse files
authored
Fix default health probe binding address in helm chart (#83)
1 parent 74757d7 commit c5b133b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/cluster-registry-client/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ maintainers:
1515
- name: radu-catalina
1616
1717

18-
version: 0.1.4
18+
version: 0.1.5
1919
appVersion: v1.4.2

charts/cluster-registry-client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cluster-registry-client
22

3-
![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)
3+
![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)
44

55
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.
66

@@ -19,7 +19,7 @@ Cluster Registry is a Rest API representing the source of record for all Kuberne
1919
|-----|------|---------|-------------|
2020
| clusterRegistryClient.alertmanagerWebhook.alertMap | list | `[]` | |
2121
| clusterRegistryClient.alertmanagerWebhook.bindAddress | string | `"0.0.0.0:9092"` | |
22-
| clusterRegistryClient.health.healthProbeBindAddress | string | `":8081"` | |
22+
| clusterRegistryClient.health.healthProbeBindAddress | string | `":9091"` | |
2323
| clusterRegistryClient.leaderElection.leaderElect | bool | `true` | |
2424
| clusterRegistryClient.leaderElection.resourceName | string | `"0c4967d2.registry.ethos.adobe.com"` | |
2525
| clusterRegistryClient.leaderElection.resourceNamespace | string | `"cluster-registry"` | |
@@ -54,4 +54,4 @@ Cluster Registry is a Rest API representing the source of record for all Kuberne
5454
| terminationGracePeriodSeconds | int | `10` | |
5555

5656
----------------------------------------------
57-
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
57+
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)

charts/cluster-registry-client/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ clusterRegistryClient:
66
bindAddress: 0.0.0.0:9092
77
alertMap: []
88
health:
9-
healthProbeBindAddress: :8081
9+
healthProbeBindAddress: :9091
1010
metrics:
1111
bindAddress: 0.0.0.0:9090
1212
webhook:

0 commit comments

Comments
 (0)