From 1ad6234dd919b18746651e55a8703d4c06a07e4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Thu, 20 Jun 2024 15:40:15 +0000
Subject: [PATCH] Fix JWT - network policy and separated pod

---
 cesnet-central/deployments/fullhub.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index c5f5159..8d58387 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -109,12 +109,11 @@ hub:
       url: "http://status-web/"
       admin: true
     jwt:
-      url: "http://localhost:1984/"
-      command: ["fastapi", "run", "--port", "1984", "/egi-notebooks-hub/egi_notebooks_hub/services/api_wrapper.py"]
+      url: "http://jwt/"
       display: false
   image:
     name: valtri/hub
-    tag: "eosc7-jwt"
+    tag: "eosc9-jwt"
   config:
     Authenticator:
       enable_auth_state: true
-- 
GitLab