From a5bca908f11b0c113e61390b9aae86783b37d354 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 20 Dec 2025 15:02:36 +0100 Subject: [PATCH] calibre probes updated --- calibre-system/calibre.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/calibre-system/calibre.yaml b/calibre-system/calibre.yaml index 9afe35d..01b73ac 100644 --- a/calibre-system/calibre.yaml +++ b/calibre-system/calibre.yaml @@ -71,18 +71,16 @@ spec: cpu: "2" memory: 4Gi livenessProbe: - httpGet: - path: / + tcpSocket: port: http - initialDelaySeconds: 60 - periodSeconds: 30 + initialDelaySeconds: 120 + periodSeconds: 60 timeoutSeconds: 10 failureThreshold: 5 readinessProbe: - httpGet: - path: / + tcpSocket: port: http - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3