Skip to content

Commit

Permalink
fix(plex): fix plex probe
Browse files Browse the repository at this point in the history
fix(plex): fix plex probe
  • Loading branch information
kubealex authored Mar 22, 2024
2 parents 77cb84e + 7e955cd commit cec8228
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 cec8228

Please sign in to comment.