Skip to content
Snippets Groups Projects
Commit bd0d1af0 authored by Guillermo Facundo Colunga's avatar Guillermo Facundo Colunga
Browse files

[MONIT-4105] templates/kubeproxy: allow user provided relabelings

parent d9838355
No related branches found
No related tags found
1 merge request!40[MONIT-4105] Add Support for Prometheus Server Custom Relabelings
......@@ -13,6 +13,9 @@ spec:
sourceLabels:
- __meta_kubernetes_pod_node_name
targetLabel: instance
{{- if and .Values.metrics.kubeProxy .Values.metrics.kubeProxy.serviceMonitor.relabelings }}
{{- .Values.metrics.kubeProxy.serviceMonitor.relabelings | toYaml | nindent 4}}
{{- end }}
jobLabel: jobLabel
namespaceSelector:
matchNames:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment