From 545f92629431cb2809e70383712a0444a6a7bbf4 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Fri, 20 May 2022 15:21:45 +0200
Subject: [PATCH] removed lifecycle

---
 chart/templates/deployment.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml
index bdcc81a9c..d9d9011f4 100644
--- a/chart/templates/deployment.yaml
+++ b/chart/templates/deployment.yaml
@@ -143,10 +143,6 @@ spec:
               cpu: 100m
               memory: 100M
             limits:
-          lifecycle:
-            preStop:
-              exec:
-                command: ["/usr/local/bin/php", "artisan" ,"schedule:run"]
         - name: worker
           securityContext:
             {{- toYaml .Values.securityContext | nindent 12 }}
-- 
GitLab