From 1e2ae1f88e74d83ee50e915c5560f6a357938721 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 11 May 2023 01:41:23 -0400 Subject: [PATCH] expose exportarr ports for readarr sidecontainers --- cluster/apps/download/readarr/audiobook-helm.yaml | 11 +++++++++++ cluster/apps/download/readarr/ebook-helm.yaml | 11 +++++++++++ 2 files changed, 22 insertions(+) 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: