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