From d5aab95186da6072671967fbb152aeef932e742c Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 31 Dec 2023 17:58:15 +0100 Subject: [PATCH] try as a string --- apps/media/jellyfin.servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/media/jellyfin.servicemonitor.yaml b/apps/media/jellyfin.servicemonitor.yaml index b65a255..aef142c 100644 --- a/apps/media/jellyfin.servicemonitor.yaml +++ b/apps/media/jellyfin.servicemonitor.yaml @@ -10,7 +10,7 @@ spec: app: jellyfin-server endpoints: - path: /metrics - targetPort: 8096 + targetPort: "8096" # this exposes metrics on port 8096 as enabled in the jellyfin config # https://jellyfin.org/docs/general/networking/monitoring/