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: