From 5ebd7020dc8d60eeeb1124e83c668893be6384dc Mon Sep 17 00:00:00 2001 From: "ryan-distrust.co" Date: Tue, 27 May 2025 13:49:24 -0400 Subject: [PATCH] k/invoiceshelf: add delay in startup --- kustomizations/invoiceshelf/statefulset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kustomizations/invoiceshelf/statefulset.yaml b/kustomizations/invoiceshelf/statefulset.yaml index 48aed2f..1f60a5b 100644 --- a/kustomizations/invoiceshelf/statefulset.yaml +++ b/kustomizations/invoiceshelf/statefulset.yaml @@ -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