diff --git a/.github/kustomize/base/common/ingress.yaml b/.github/kustomize/base/common/ingress.yaml index 2c9fc92..27a428c 100644 --- a/.github/kustomize/base/common/ingress.yaml +++ b/.github/kustomize/base/common/ingress.yaml @@ -32,6 +32,13 @@ spec: name: stt port: number: 8080 + - path: /api/transcripts + pathType: Prefix + backend: + service: + name: ai-service + port: + number: 8087 - path: /api/ai/suggestions pathType: Prefix backend: