From 856fe807c247dff92cef7a4c0b050e6b80f2acec Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Thu, 22 Aug 2024 20:25:30 +0100 Subject: [PATCH] Extend initialDelaySeconds of backend to provide time for migration (#2510) --- kubernetes/loculus/templates/loculus-backend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/loculus/templates/loculus-backend.yaml b/kubernetes/loculus/templates/loculus-backend.yaml index 14692406c8..0db4cd9eb8 100644 --- a/kubernetes/loculus/templates/loculus-backend.yaml +++ b/kubernetes/loculus/templates/loculus-backend.yaml @@ -36,7 +36,7 @@ spec: httpGet: path: "/actuator/health/liveness" port: 8079 - initialDelaySeconds: 30 + initialDelaySeconds: 90 periodSeconds: 10 readinessProbe: httpGet: @@ -106,4 +106,4 @@ spec: mountPath: /config volumes: {{ include "loculus.configVolume" (dict "name" "loculus-backend-config") | nindent 8 }} -{{- end }} \ No newline at end of file +{{- end }}