diff --git a/.env.gui b/.env.gui index 76e8fb5..c7723e9 100644 --- a/.env.gui +++ b/.env.gui @@ -1,4 +1,4 @@ RELEASE=gui VERSION=1 BUILD=1 -FIX=3 +FIX=4 diff --git a/.env.llm_orchestration_service b/.env.llm_orchestration_service index c961f84..7ec10e0 100644 --- a/.env.llm_orchestration_service +++ b/.env.llm_orchestration_service @@ -1,4 +1,4 @@ RELEASE=orchestration VERSION=1 BUILD=1 -FIX=4 +FIX=5 diff --git a/.env.notification b/.env.notification index 96c0fb9..529cd14 100644 --- a/.env.notification +++ b/.env.notification @@ -1,5 +1,5 @@ RELEASE=notification-server VERSION=1 BUILD=1 -FIX=2 +FIX=5 diff --git a/kubernetes/charts/GUI/templates/ingress-byk-gui.yaml b/kubernetes/charts/GUI/templates/ingress-byk-gui.yaml index cda59a7..15deedd 100644 --- a/kubernetes/charts/GUI/templates/ingress-byk-gui.yaml +++ b/kubernetes/charts/GUI/templates/ingress-byk-gui.yaml @@ -18,3 +18,10 @@ spec: name: gui port: number: 3001 + - path: /vault-agent-gui + pathType: Prefix + backend: + service: + name: gui + port: + number: 3001