Commit 55766516 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

feat: expose the mcp server by ingress

parent fad20a79
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -225,6 +225,9 @@ ingress:
  - path: "/"
    service: "tmfweb"
    port: 80
  - path: "/mcpserver"
    service: "mcpserver"
    port: 13015
  annotations: {}