This commit is contained in:
BOTAlex 2026-04-05 00:57:29 +02:00
parent a9551f7ba0
commit dd22a98cdb
4 changed files with 16 additions and 4 deletions

View file

@ -15,7 +15,7 @@
script = ''
sleep 5
${pkgs.kubernetes}/bin/kubectl port-forward jellyfin -n argocd 8096:8096 --address 0.0.0.0 || true
${pkgs.kubernetes}/bin/kubectl -n jellyfin port-forward deployment/jellyfin-deployment 8096:8096 --address 0.0.0.0 || true
'';
serviceConfig = {