From 7a4cba0074233ee3a615988317d6ae24b9f2a028 Mon Sep 17 00:00:00 2001 From: elishadavidi <62501723+elishadavidi@users.noreply.github.com> Date: Thu, 28 May 2026 16:59:12 +0300 Subject: [PATCH] Remove liveness and rediness tests --- charts/omegabasms-chart/templates/deployment.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/charts/omegabasms-chart/templates/deployment.yaml b/charts/omegabasms-chart/templates/deployment.yaml index 90bd413..6efc9cc 100644 --- a/charts/omegabasms-chart/templates/deployment.yaml +++ b/charts/omegabasms-chart/templates/deployment.yaml @@ -68,18 +68,6 @@ spec: mountPath: /app/.wwebjs_auth - name: wwebjs-cache mountPath: /app/.wwebjs_cache - livenessProbe: - httpGet: - path: /liveness - port: http - initialDelaySeconds: 30 - periodSeconds: 15 - readinessProbe: - httpGet: - path: /liveness - port: http - initialDelaySeconds: 10 - periodSeconds: 5 resources: {{- toYaml .Values.backend.resources | nindent 12 }} volumes: