From b8942c9e04a8afccaa63c4cf8410516ee3f1ca32 Mon Sep 17 00:00:00 2001 From: Minseo-Jo Date: Thu, 30 Oct 2025 18:57:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Ingress=EC=97=90=20AI=20=ED=9A=8C?= =?UTF-8?q?=EC=9D=98=EB=A1=9D=20=ED=86=B5=ED=95=A9=20API=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /api/transcripts 경로를 ai-service:8087에 매핑 - Meeting 서비스가 AI 통합 API를 호출할 수 있도록 설정 --- .github/kustomize/base/common/ingress.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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: