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ñado entra.sh y lanzaCron
main
Celestino Rey
3 years ago
parent
c477912cda
commit
4b48a4a723
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Firefly/k8s-cluster/entra.sh
+1
-0
Firefly/k8s-cluster/lanzaCron
+ 1
- 0
Firefly/k8s-cluster/entra.sh
View File
@ -0,0 +1 @@
kubectl
exec
-ti deployment.apps/firefly-iii -n firefly -- /bin/bash
+ 1
- 0
Firefly/k8s-cluster/lanzaCron
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 -- /usr/local/bin/php /var/www/html/artisan firefly-iii:cron
Write
Preview
Loading…
Cancel
Save