fix: wire analysis service to ingress across all clusters
Add /api/analysis → nowchess-analysis-active:8087 path rule to eu-central-1-staging, eu-central-1-prod, and htwg-1-prod ingresses. Rule placed before the /api catch-all so nginx routes correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -63,6 +63,13 @@ spec:
|
|||||||
name: nowchess-official-bots-active
|
name: nowchess-official-bots-active
|
||||||
port:
|
port:
|
||||||
number: 8088
|
number: 8088
|
||||||
|
- path: /api/analysis
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: nowchess-analysis-active
|
||||||
|
port:
|
||||||
|
number: 8087
|
||||||
- path: /api
|
- path: /api
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
@@ -62,6 +62,13 @@ spec:
|
|||||||
name: nowchess-official-bots-active
|
name: nowchess-official-bots-active
|
||||||
port:
|
port:
|
||||||
number: 8088
|
number: 8088
|
||||||
|
- path: /api/analysis
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: nowchess-analysis-active
|
||||||
|
port:
|
||||||
|
number: 8087
|
||||||
- path: /api
|
- path: /api
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
@@ -60,6 +60,13 @@ spec:
|
|||||||
name: nowchess-official-bots-active
|
name: nowchess-official-bots-active
|
||||||
port:
|
port:
|
||||||
number: 8088
|
number: 8088
|
||||||
|
- path: /api/analysis
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: nowchess-analysis-active
|
||||||
|
port:
|
||||||
|
number: 8087
|
||||||
- path: /api
|
- path: /api
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
Reference in New Issue
Block a user