From 1af4a81d6e2379bbb1797541f1742b3f0ac76754 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 1 Mar 2024 21:50:35 +0100 Subject: [PATCH] fix(truenas-exporter): allow for inc graphite udp --- charts/incubator/truenas-exporter/Chart.yaml | 2 +- charts/incubator/truenas-exporter/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/incubator/truenas-exporter/Chart.yaml b/charts/incubator/truenas-exporter/Chart.yaml index b02eb4adf96..0170fca1140 100644 --- a/charts/incubator/truenas-exporter/Chart.yaml +++ b/charts/incubator/truenas-exporter/Chart.yaml @@ -32,4 +32,4 @@ name: truenas-exporter sources: - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main type: application -version: 0.0.2 +version: 0.0.3 diff --git a/charts/incubator/truenas-exporter/values.yaml b/charts/incubator/truenas-exporter/values.yaml index f51c446ba2b..d8e4b075151 100644 --- a/charts/incubator/truenas-exporter/values.yaml +++ b/charts/incubator/truenas-exporter/values.yaml @@ -9,6 +9,10 @@ service: main: protocol: tcp port: 9109 + main-udp: + enabled: true + protocol: udp + port: 9109 metrics: enabled: true ports: