feat(nowchess): reorder ingress paths for account service and WebSocket routing

This commit is contained in:
2026-05-19 09:33:51 +02:00
parent c070ce727f
commit e9c1dec3e6
+7 -7
View File
@@ -13,13 +13,6 @@ spec:
- host: st.nowchess.janis-eccarius.de
http:
paths:
- path: /api/account
pathType: Prefix
backend:
service:
name: nowchess-account-active
port:
number: 8083
- path: /api/board/game/[A-Za-z0-9]{8}/ws
pathType: ImplementationSpecific
backend:
@@ -34,6 +27,13 @@ spec:
name: nowchess-ws-active
port:
number: 8084
- path: /api/account
pathType: Prefix
backend:
service:
name: nowchess-account-active
port:
number: 8083
- path: /api/challenge
pathType: Prefix
backend: