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
|
||||
port: http
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 5
|
||||
httpGet:
|
||||
path: /api/v1/app/version
|
||||
port: http
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 5
|
||||
httpGet:
|
||||
path: /api/v1/app/version
|
||||
|
|
Loading…
Reference in New Issue