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