k/invoiceshelf: add delay in startup
This commit is contained in:
parent
b7ad06af3f
commit
5ebd7020dc
|
@ -32,11 +32,13 @@ spec:
|
||||||
path: /api/v1/app/version
|
path: /api/v1/app/version
|
||||||
port: http
|
port: http
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v1/app/version
|
path: /api/v1/app/version
|
||||||
port: http
|
port: http
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v1/app/version
|
path: /api/v1/app/version
|
||||||
|
|
Loading…
Reference in New Issue