Skip to content

Commit 1340852

Browse files
committed
FEATURE/MINOR: kubernetes-ingress: Merge Prometheus ServiceMonitor from
Dario. Update controller image to 1.4.13. Tag 1.10.0 release. Signed-off-by: Dinko Korunic <[email protected]>
1 parent 81aa8f6 commit 1340852

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

kubernetes-ingress/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
apiVersion: v1
1616
name: kubernetes-ingress
17-
version: 1.9.0
17+
version: 1.10.0
1818
kubeVersion: ">=1.12.0-0"
1919
description: A Helm chart for HAProxy Kubernetes Ingress Controller
2020
keywords:
@@ -31,4 +31,4 @@ maintainers:
3131
3232
- name: Dinko Korunic
3333
34-
appVersion: 1.4.10
34+
appVersion: 1.4.13

kubernetes-ingress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If you're using the [Prometheus Operator](https://github.com/prometheus-operator
129129

130130
```console
131131
helm install my-ingress5 haproxytech/kubernetes-ingress \
132-
--set "serviceMonitor.enabled=true"
132+
--set "controller.serviceMonitor.enabled=true"
133133
```
134134

135135
### Using values from YAML file

kubernetes-ingress/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,10 @@ controller:
372372
serviceMonitor:
373373
## Toggle the ServiceMonitor, true if you have Prometheus Operator installed and configured
374374
enabled: false
375+
375376
## Specify the labels to add to the ServiceMonitors to be selected for target discovery
376377
extraLabels: {}
378+
377379
## Specify the endpoints
378380
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/design.md#servicemonitor
379381
endpoints:

0 commit comments

Comments
 (0)