Merge remote-tracking branch 'upstream/master' into persistence-options
* upstream/master: Create LICENSE making probe timeouts more lenient enable healthchecks
This commit is contained in:
@@ -55,10 +55,18 @@ spec:
|
||||
rm -f '/usr/lib/plexmediaserver/Plex Transcoder'
|
||||
cp /shared/kube-plex '/usr/lib/plexmediaserver/Plex Transcoder'
|
||||
{{- end }}
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /
|
||||
# port: 32400
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /identity
|
||||
port: 32400
|
||||
initialDelaySeconds: 15
|
||||
timeoutSeconds: 5
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /identity
|
||||
port: 32400
|
||||
initialDelaySeconds: 10
|
||||
timeoutSeconds: 10
|
||||
ports:
|
||||
- name: pms
|
||||
containerPort: 32400
|
||||
|
||||
Reference in New Issue
Block a user