From 68b6beb631ef2e16b25c2f0c607cac7f94c944b1 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Sun, 6 Nov 2022 09:44:08 +0100 Subject: [PATCH] =?UTF-8?q?Cambio=20el=20comando=20en=20lanzaCron=20ya=20q?= =?UTF-8?q?ue,=20por=20alguna=20raz=C3=B3n,=20ya=20no=20funcionaba.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Firefly/k8s-cluster/lanzaCron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firefly/k8s-cluster/lanzaCron b/Firefly/k8s-cluster/lanzaCron index af050067..d4212f76 100755 --- a/Firefly/k8s-cluster/lanzaCron +++ b/Firefly/k8s-cluster/lanzaCron @@ -1 +1 @@ -kubectl exec `kubectl get pod -n firefly | grep -v mysql |grep -v phpmy |grep -v NAME|cut -c1-27` -n firefly -- runuser -u www-data /usr/local/bin/php /var/www/html/artisan firefly-iii:cron +kubectl exec deployment.apps/firefly-iii -n firefly -- runuser -u www-data /usr/local/bin/php /var/www/html/artisan firefly-iii:cron