diff --git a/nowchess/eu-central-1-prod/ingress.yaml b/nowchess/eu-central-1-prod/ingress.yaml index c368560..c025db0 100755 --- a/nowchess/eu-central-1-prod/ingress.yaml +++ b/nowchess/eu-central-1-prod/ingress.yaml @@ -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: diff --git a/nowchess/eu-central-1-staging/ingress.yaml b/nowchess/eu-central-1-staging/ingress.yaml index e4cd532..72c8fe2 100755 --- a/nowchess/eu-central-1-staging/ingress.yaml +++ b/nowchess/eu-central-1-staging/ingress.yaml @@ -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: diff --git a/nowchess/htwg-1-prod/ingress.yaml b/nowchess/htwg-1-prod/ingress.yaml index 13e77f9..383e937 100755 --- a/nowchess/htwg-1-prod/ingress.yaml +++ b/nowchess/htwg-1-prod/ingress.yaml @@ -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: