Unverified Commit c7e31613 authored by Joshua Powers's avatar Joshua Powers Committed by GitHub

telegraf: add service check for influxdb_v2_listener (#390)

* telegraf: add service check for influxdb_v2_listener * bump version of telegraf chart
parent 1f61245b
apiVersion: v2
name: telegraf
version: 1.8.6
version: 1.8.7
appVersion: 1.20.2
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
......
......@@ -35,6 +35,11 @@ spec:
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
name: "http-listener-v2"
{{- end }}
{{- if eq $key "influxdb_v2_listener" }}
- port: {{ trimPrefix ":" $value.service_address | int64 }}
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
name: "influxdb-v2-listener"
{{- end }}
{{- if eq $key "statsd" }}
- port: {{ trimPrefix ":" $value.service_address | int64 }}
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment