We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3013154 commit 9bbace8Copy full SHA for 9bbace8
docs/deployment/kubernetes/architecture.mdx
@@ -18,7 +18,7 @@ Keep uses a single unified NGINX ingress controller to route traffic to all comp
18
19
By default:
20
- `/` routed to **Frontend** (configurable via `global.ingress.frontendPrefix`)
21
-- `/apinew` routed to **Backend** (configurable via `global.ingress.backendPrefix`)
+- `/v2` routed to **Backend** (configurable via `global.ingress.backendPrefix`)
22
- `/websocket` routed to **WebSocket** (configurable via `global.ingress.websocketPrefix`)
23
24
### General Components
0 commit comments