diff --git a/cluster/apps/download/readarr/audiobook-helm.yaml b/cluster/apps/download/readarr/audiobook-helm.yaml index 7fdce11..83b5496 100644 --- a/cluster/apps/download/readarr/audiobook-helm.yaml +++ b/cluster/apps/download/readarr/audiobook-helm.yaml @@ -53,6 +53,11 @@ spec: http: port: 8787 + metrics: + enabled: true + port: 9000 + protocol: HTTP + probes: liveness: enabled: true @@ -100,6 +105,12 @@ spec: serviceMonitor: main: enabled: true + endpoints: + - port: metrics + scheme: http + path: /metrics + interval: 1m + scrapeTimeout: 10s resources: requests: diff --git a/cluster/apps/download/readarr/ebook-helm.yaml b/cluster/apps/download/readarr/ebook-helm.yaml index 81b614e..0754bd8 100644 --- a/cluster/apps/download/readarr/ebook-helm.yaml +++ b/cluster/apps/download/readarr/ebook-helm.yaml @@ -53,6 +53,11 @@ spec: http: port: 8787 + metrics: + enabled: true + port: 9000 + protocol: HTTP + probes: liveness: enabled: true @@ -100,6 +105,12 @@ spec: serviceMonitor: main: enabled: true + endpoints: + - port: metrics + scheme: http + path: /metrics + interval: 1m + scrapeTimeout: 10s resources: requests: