making probe timeouts more lenient

This commit is contained in:
Jeff Billimek
2019-01-22 08:16:23 -05:00
parent 7d5a90db0a
commit 9771771bcc
2 changed files with 5 additions and 1 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.2
version: 0.2.3
keywords:
- plex
home: https://plex.tv/
@@ -59,10 +59,14 @@ spec:
httpGet:
path: /identity
port: 32400
initialDelaySeconds: 15
timeoutSeconds: 5
livenessProbe:
httpGet:
path: /identity
port: 32400
initialDelaySeconds: 10
timeoutSeconds: 10
ports:
- name: pms
containerPort: 32400