enable healthchecks

Fixes #47

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2019-01-18 16:33:47 +00:00
parent df3daeafd7
commit 7d5a90db0a
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.10.1.4602-f54242b6b
description: Plex Media Server
name: kube-plex
version: 0.2.1
version: 0.2.2
keywords:
- plex
home: https://plex.tv/
+8 -4
View File
@@ -55,10 +55,14 @@ 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
livenessProbe:
httpGet:
path: /identity
port: 32400
ports:
- name: pms
containerPort: 32400