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:
parent
bbaa0f409b
commit
7b04b1649d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue