This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
k8s-cluster-projects
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Añadido lanzaCron
main
Celestino Rey
3 years ago
parent
83bba1b4e3
commit
e8bffc6cde
3 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Firefly/k8s-cluster/ff3Logs.sh
+1
-1
Firefly/k8s-cluster/lanzaCron
+1
-0
Firefly/k8s-cluster/pruebaCron
+ 1
- 0
Firefly/k8s-cluster/ff3Logs.sh
View File
@ -0,0 +1 @@
kubectl logs deployment.apps/firefly-iii -n firefly
+ 1
- 1
Firefly/k8s-cluster/lanzaCron
View File
@ -1 +1 @@
kubectl exec -ti `kubectl get pod -n firefly | grep -v mysql |grep -v phpmy |grep -v NAME|cut -c1-27` -n firefly -- /usr/local/bin/php /var/www/html/artisan firefly-iii:cron
kubectl exec -ti `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
+ 1
- 0
Firefly/k8s-cluster/pruebaCron
View File
@ -0,0 +1 @@
kubectl exec -ti `kubectl get pod -n firefly | grep -v mysql |grep -v phpmy |grep -v NAME|cut -c1-27` -n firefly -- runuser -u www-data touch pepe
Write
Preview
Loading…
Cancel
Save