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:
Janis Eccarius
2026-06-21 10:32:01 +02:00
parent 994a709f44
commit c39661828b
3 changed files with 21 additions and 0 deletions
+7
View File
@@ -63,6 +63,13 @@ spec:
name: nowchess-official-bots-active
port:
number: 8088
- path: /api/analysis
pathType: Prefix
backend:
service:
name: nowchess-analysis-active
port:
number: 8087
- path: /api
pathType: Prefix
backend:
@@ -62,6 +62,13 @@ spec:
name: nowchess-official-bots-active
port:
number: 8088
- path: /api/analysis
pathType: Prefix
backend:
service:
name: nowchess-analysis-active
port:
number: 8087
- path: /api
pathType: Prefix
backend:
+7
View File
@@ -60,6 +60,13 @@ spec:
name: nowchess-official-bots-active
port:
number: 8088
- path: /api/analysis
pathType: Prefix
backend:
service:
name: nowchess-analysis-active
port:
number: 8087
- path: /api
pathType: Prefix
backend: