From 7c900193bf184046eb54290183085dc5afde7f3d Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 28 May 2024 10:38:13 -0500 Subject: [PATCH] change tdarr exporter config --- .../cl01tl/applications/tdarr/values.yaml | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/clusters/cl01tl/applications/tdarr/values.yaml b/clusters/cl01tl/applications/tdarr/values.yaml index 83dcf54dc..a1ee0e0f7 100644 --- a/clusters/cl01tl/applications/tdarr/values.yaml +++ b/clusters/cl01tl/applications/tdarr/values.yaml @@ -33,7 +33,7 @@ tdarr: - name: serverPort value: "8266" - name: webUIPort - value: "8265" + value: "8265" resources: requests: cpu: 100m @@ -69,7 +69,7 @@ tdarr: - name: serverIP value: tdarr-server-api - name: serverPort - value: "8266" + value: "8266" resources: limits: cpu: 8000m @@ -140,14 +140,14 @@ tdarr: server: main: - path: /tcache - readOnly: false + readOnly: false node-cache: type: emptyDir - advancedMounts: + advancedMounts: node: main: - path: /tcache - readOnly: false + readOnly: false media: existingClaim: tdarr-nfs-storage advancedMounts: @@ -160,13 +160,18 @@ tdarr: - path: /mnt/store readOnly: true tdarr-exporter: + image: + repository: docker.io + name: homeylab/tdarr-exporter + tag: "v1.1.1" metrics: serviceMonitor: enabled: true - interval: 30s - scrapeTimeout: 30s settings: config: url: https://tdarr.alexlebens.net verify_ssl: false - log_level: "info" + resources: + requests: + cpu: 100m + memory: 256Mi