From a15603ea37ab5f81d90702578925ab66bb1ae40a Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 2 Jan 2026 15:13:30 +0100 Subject: [PATCH] modified probes --- plantit-system/plantit.yaml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/plantit-system/plantit.yaml b/plantit-system/plantit.yaml index 72f0cf8..8eb8aef 100644 --- a/plantit-system/plantit.yaml +++ b/plantit-system/plantit.yaml @@ -227,19 +227,18 @@ spec: volumeMounts: - name: uploads mountPath: /upload-dir - livenessProbe: - httpGet: - path: /api/info - port: api - initialDelaySeconds: 180 - periodSeconds: 30 readinessProbe: - httpGet: - path: /api/info - port: api - initialDelaySeconds: 180 - periodSeconds: 15 - failureThreshold: 10 + tcpSocket: + port: 8080 + initialDelaySeconds: 90 + periodSeconds: 10 + failureThreshold: 6 + livenessProbe: + tcpSocket: + port: 8080 + initialDelaySeconds: 120 + periodSeconds: 30 + failureThreshold: 5 volumes: - name: uploads persistentVolumeClaim: