Skip to content

Commit

Permalink
fix: plex failing ready/live probes for k8s, add some delay
Browse files Browse the repository at this point in the history
  • Loading branch information
sp3nx0r committed Dec 11, 2023
1 parent c0a2820 commit f219c2d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions kubernetes/apps/media/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ spec:
tag: 1.32.8.7639-fb6452ebf@sha256:637fe10cef736f249d96cb004c12f81646c81ca17ddce22374ea8782aa6646c2
env:
TZ: UTC
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /identity
port: 32400
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
# probes:
# liveness: &probes
# enabled: true
# custom: true
# spec:
# httpGet:
# path: /identity
# port: 32400
# initialDelaySeconds: 10
# periodSeconds: 10
# timeoutSeconds: 1
# failureThreshold: 3
# readiness: *probes
# startup:
# enabled: false
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit f219c2d

Please sign in to comment.