From 7e955cd2d8a893f213375aae0dd6b4a3246dc910 Mon Sep 17 00:00:00 2001 From: Antonello Matacchieri Date: Wed, 6 Mar 2024 21:35:35 +0100 Subject: [PATCH] Fixing plex http probe --- helm-charts/k8s-mediaserver/templates/plex-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/k8s-mediaserver/templates/plex-resources.yml b/helm-charts/k8s-mediaserver/templates/plex-resources.yml index 67b65ed..200debd 100644 --- a/helm-charts/k8s-mediaserver/templates/plex-resources.yml +++ b/helm-charts/k8s-mediaserver/templates/plex-resources.yml @@ -54,7 +54,7 @@ spec: readinessProbe: httpGet: port: {{ .Values.plex.container.port }} - path: "/" + path: "/web/index.html" initialDelaySeconds: 20 periodSeconds: 15 timeoutSeconds: 20