This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Middleware; | |
use Closure; | |
use Illuminate\Support\Facades\Vite; | |
use Illuminate\Support\Str; | |
/** | |
* Simple Content Security Policy middleware. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# futó podok listázása | |
kubectl get pods | |
# deploymentek listázása | |
kubectl get deployments.apps | |
# adott deployment újraindítása | |
kubectl rollout restart deployment <deployment neve> | |
# shell szintű elérés adott pod php-fpm konténerébe |
OlderNewer