change tdarr exporter config
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user