making probe timeouts more lenient
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user