Skip to content

Commit

Permalink
Extend initialDelaySeconds of backend to provide time for migration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Aug 22, 2024
1 parent f5fea09 commit 856fe80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/loculus/templates/loculus-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
httpGet:
path: "/actuator/health/liveness"
port: 8079
initialDelaySeconds: 30
initialDelaySeconds: 90
periodSeconds: 10
readinessProbe:
httpGet:
Expand Down Expand Up @@ -106,4 +106,4 @@ spec:
mountPath: /config
volumes:
{{ include "loculus.configVolume" (dict "name" "loculus-backend-config") | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 856fe80

Please sign in to comment.