From c39661828ba7352889619af1c4a97215b78e8978 Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Sun, 21 Jun 2026 10:32:01 +0200 Subject: [PATCH] fix: wire analysis service to ingress across all clusters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- nowchess/eu-central-1-prod/ingress.yaml | 7 +++++++ nowchess/eu-central-1-staging/ingress.yaml | 7 +++++++ nowchess/htwg-1-prod/ingress.yaml | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/nowchess/eu-central-1-prod/ingress.yaml b/nowchess/eu-central-1-prod/ingress.yaml index c025db0..fa86747 100755 --- a/nowchess/eu-central-1-prod/ingress.yaml +++ b/nowchess/eu-central-1-prod/ingress.yaml @@ -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: diff --git a/nowchess/eu-central-1-staging/ingress.yaml b/nowchess/eu-central-1-staging/ingress.yaml index 72c8fe2..2a920cd 100755 --- a/nowchess/eu-central-1-staging/ingress.yaml +++ b/nowchess/eu-central-1-staging/ingress.yaml @@ -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: diff --git a/nowchess/htwg-1-prod/ingress.yaml b/nowchess/htwg-1-prod/ingress.yaml index 383e937..3d387a4 100755 --- a/nowchess/htwg-1-prod/ingress.yaml +++ b/nowchess/htwg-1-prod/ingress.yaml @@ -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: