fix(ingress): route /api/bots to official-bots service #403
@@ -56,6 +56,13 @@ spec:
|
|||||||
name: nowchess-tournament-active
|
name: nowchess-tournament-active
|
||||||
port:
|
port:
|
||||||
number: 8088
|
number: 8088
|
||||||
|
- path: /api/bots
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: nowchess-official-bots-active
|
||||||
|
port:
|
||||||
|
number: 8088
|
||||||
- path: /api
|
- path: /api
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
@@ -55,6 +55,13 @@ spec:
|
|||||||
name: nowchess-tournament-active
|
name: nowchess-tournament-active
|
||||||
port:
|
port:
|
||||||
number: 8088
|
number: 8088
|
||||||
|
- path: /api/bots
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: nowchess-official-bots-active
|
||||||
|
port:
|
||||||
|
number: 8088
|
||||||
- path: /api
|
- path: /api
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
@@ -53,6 +53,13 @@ spec:
|
|||||||
name: nowchess-tournament-active
|
name: nowchess-tournament-active
|
||||||
port:
|
port:
|
||||||
number: 8088
|
number: 8088
|
||||||
|
- path: /api/bots
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: nowchess-official-bots-active
|
||||||
|
port:
|
||||||
|
number: 8088
|
||||||
- path: /api
|
- path: /api
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
Reference in New Issue
Block a user