Ipsilon is faster to start up than Bodhi if all goes right

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-09 13:59:05 +02:00
parent bbaa0f409b
commit 7b04b1649d

View file

@ -43,14 +43,14 @@ spec:
- name: httpdir-volume
mountPath: /httpdir
readinessProbe:
timeoutSeconds: 10
initialDelaySeconds: 5
timeoutSeconds: 5
initialDelaySeconds: 1
httpGet:
path: /
port: 8080
livenessProbe:
timeoutSeconds: 10
initialDelaySeconds: 30
timeoutSeconds: 5
initialDelaySeconds: 1
httpGet:
path: /
port: 8080