Skip to content

Commit

Permalink
feat(autobrr): scrape metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Feb 3, 2025
1 parent 81b23e5 commit 7436119
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion kubernetes/apps/media/autobrr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ spec:
repository: ghcr.io/autobrr/autobrr
tag: v1.58.0@sha256:9b11c36605da242933b93dfc0c572bd17fa05af9aba2ae70deafe4977ba8048b
env:
AUTOBRR__CHECK_FOR_UPDATES: false
AUTOBRR__HOST: 0.0.0.0
AUTOBRR__PORT: &port 7474
AUTOBRR__METRICS_ENABLED: true
AUTOBRR__METRICS_HOST: 0.0.0.0
AUTOBRR__METRICS_PORT: &metricsPort 9094
AUTOBRR__CHECK_FOR_UPDATES: false
AUTOBRR__LOG_LEVEL: INFO
TZ: America/Chicago
envFrom: *envFrom
Expand Down Expand Up @@ -92,3 +95,10 @@ spec:
ports:
http:
port: *port
metrics:
port: *metricsPort
serviceMonitor:
app:
serviceName: *app
endpoints:
- port: metrics

0 comments on commit 7436119

Please sign in to comment.