From 50e20a78051456f4145d354b1a84327dc7aff714 Mon Sep 17 00:00:00 2001 From: jenkins Date: Wed, 20 May 2026 02:23:11 -0300 Subject: [PATCH] mailu: allow tika slow startup --- services/mailu/helmrelease.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/mailu/helmrelease.yaml b/services/mailu/helmrelease.yaml index e23363db..c503c34e 100644 --- a/services/mailu/helmrelease.yaml +++ b/services/mailu/helmrelease.yaml @@ -816,6 +816,16 @@ spec: values: ["titan-13", "titan-15", "titan-17", "titan-19"] containers: - name: tika + startupProbe: + httpGet: + path: /tika + port: http + scheme: HTTP + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 30 + successThreshold: 1 env: - name: SECRET_KEY $patch: delete