k/invoiceshelf: add delay in startup

This commit is contained in:
Ryan Heywood 2025-05-27 13:49:24 -04:00
parent b7ad06af3f
commit 5ebd7020dc
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 2 additions and 0 deletions

View File

@ -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