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 appVersion: 1.10.1.4602-f54242b6b
description: Plex Media Server description: Plex Media Server
name: kube-plex name: kube-plex
version: 0.2.2 version: 0.2.3
keywords: keywords:
- plex - plex
home: https://plex.tv/ home: https://plex.tv/
@@ -59,10 +59,14 @@ spec:
httpGet: httpGet:
path: /identity path: /identity
port: 32400 port: 32400
initialDelaySeconds: 15
timeoutSeconds: 5
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /identity path: /identity
port: 32400 port: 32400
initialDelaySeconds: 10
timeoutSeconds: 10
ports: ports:
- name: pms - name: pms
containerPort: 32400 containerPort: 32400