fix(ingress): route /api/bots to official-bots service #403

Merged
Janis merged 1 commits from fix/ingress-api-bots-route into main 2026-06-17 08:58:50 +02:00
3 changed files with 21 additions and 0 deletions
Showing only changes of commit b1967deef9 - Show all commits
+7
View File
@@ -56,6 +56,13 @@ spec:
name: nowchess-tournament-active
port:
number: 8088
- path: /api/bots
pathType: Prefix
backend:
service:
name: nowchess-official-bots-active
port:
number: 8088
- path: /api
pathType: Prefix
backend:
@@ -55,6 +55,13 @@ spec:
name: nowchess-tournament-active
port:
number: 8088
- path: /api/bots
pathType: Prefix
backend:
service:
name: nowchess-official-bots-active
port:
number: 8088
- path: /api
pathType: Prefix
backend:
+7
View File
@@ -53,6 +53,13 @@ spec:
name: nowchess-tournament-active
port:
number: 8088
- path: /api/bots
pathType: Prefix
backend:
service:
name: nowchess-official-bots-active
port:
number: 8088
- path: /api
pathType: Prefix
backend: