feat(nowchess): reorder ingress paths for account service and WebSocket routing
This commit is contained in:
@@ -13,13 +13,6 @@ spec:
|
|||||||
- host: st.nowchess.janis-eccarius.de
|
- host: st.nowchess.janis-eccarius.de
|
||||||
http:
|
http:
|
||||||
paths:
|
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
|
- path: /api/board/game/[A-Za-z0-9]{8}/ws
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
@@ -34,6 +27,13 @@ spec:
|
|||||||
name: nowchess-ws-active
|
name: nowchess-ws-active
|
||||||
port:
|
port:
|
||||||
number: 8084
|
number: 8084
|
||||||
|
- path: /api/account
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: nowchess-account-active
|
||||||
|
port:
|
||||||
|
number: 8083
|
||||||
- path: /api/challenge
|
- path: /api/challenge
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
Reference in New Issue
Block a user