From fdf43612f165ce5117f18502730510e14c0e6757 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 6 Jan 2025 12:06:23 +0100 Subject: [PATCH] apache: remove the readinessprobe and livenessProbe for now as they are breaking Signed-off-by: Simon L. --- .../templates/nextcloud-aio-apache-deployment.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml index 89abe934..d6a85cc8 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml @@ -62,20 +62,6 @@ spec: - name: WHITEBOARD_HOST value: nextcloud-aio-whiteboard image: nextcloud/aio-apache:20250106_094420 - readinessProbe: - exec: - command: - - /healthcheck.sh - failureThreshold: 3 - periodSeconds: 30 - timeoutSeconds: 30 - livenessProbe: - exec: - command: - - /healthcheck.sh - failureThreshold: 3 - periodSeconds: 30 - timeoutSeconds: 30 name: nextcloud-aio-apache ports: - containerPort: {{ .Values.APACHE_PORT }}