Skip to content

Commit

Permalink
Merge pull request #56 from jgilfoil/feature/plex
Browse files Browse the repository at this point in the history
remove probes
  • Loading branch information
jgilfoil authored Feb 26, 2024
2 parents 02d0776 + 72276d1 commit 2866e26
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions kubernetes/apps/media/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ spec:
env:
TZ: America/Denver
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /identity
port: 32400
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *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
securityContext:
Expand Down

0 comments on commit 2866e26

Please sign in to comment.