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 }}