Skip to content

Commit

Permalink
Fixing plex http probe
Browse files Browse the repository at this point in the history
  • Loading branch information
amatacchieri committed Mar 6, 2024
1 parent 77cb84e commit 7e955cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/k8s-mediaserver/templates/plex-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
readinessProbe:
httpGet:
port: {{ .Values.plex.container.port }}
path: "/"
path: "/web/index.html"
initialDelaySeconds: 20
periodSeconds: 15
timeoutSeconds: 20
Expand Down

0 comments on commit 7e955cd

Please sign in to comment.