File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414
1515apiVersion : v1
1616name : kubernetes-ingress
17- version : 1.9 .0
17+ version : 1.10 .0
1818kubeVersion : " >=1.12.0-0"
1919description : A Helm chart for HAProxy Kubernetes Ingress Controller
2020keywords :
@@ -31,4 +31,4 @@ maintainers:
31313232 - name : Dinko Korunic
333334- appVersion : 1.4.10
34+ appVersion : 1.4.13
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ If you're using the [Prometheus Operator](https://github.com/prometheus-operator
129129
130130``` console
131131helm 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments