change tdarr exporter config

This commit is contained in:
2024-05-28 10:38:13 -05:00
parent 845faaa04a
commit 7c900193bf

View File

@@ -33,7 +33,7 @@ tdarr:
- name: serverPort - name: serverPort
value: "8266" value: "8266"
- name: webUIPort - name: webUIPort
value: "8265" value: "8265"
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
@@ -69,7 +69,7 @@ tdarr:
- name: serverIP - name: serverIP
value: tdarr-server-api value: tdarr-server-api
- name: serverPort - name: serverPort
value: "8266" value: "8266"
resources: resources:
limits: limits:
cpu: 8000m cpu: 8000m
@@ -140,14 +140,14 @@ tdarr:
server: server:
main: main:
- path: /tcache - path: /tcache
readOnly: false readOnly: false
node-cache: node-cache:
type: emptyDir type: emptyDir
advancedMounts: advancedMounts:
node: node:
main: main:
- path: /tcache - path: /tcache
readOnly: false readOnly: false
media: media:
existingClaim: tdarr-nfs-storage existingClaim: tdarr-nfs-storage
advancedMounts: advancedMounts:
@@ -160,13 +160,18 @@ tdarr:
- path: /mnt/store - path: /mnt/store
readOnly: true readOnly: true
tdarr-exporter: tdarr-exporter:
image:
repository: docker.io
name: homeylab/tdarr-exporter
tag: "v1.1.1"
metrics: metrics:
serviceMonitor: serviceMonitor:
enabled: true enabled: true
interval: 30s
scrapeTimeout: 30s
settings: settings:
config: config:
url: https://tdarr.alexlebens.net url: https://tdarr.alexlebens.net
verify_ssl: false verify_ssl: false
log_level: "info" resources:
requests:
cpu: 100m
memory: 256Mi