mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 06:46:24 +00:00
fix: Ingress에 AI 회의록 통합 API 경로 추가
- /api/transcripts 경로를 ai-service:8087에 매핑 - Meeting 서비스가 AI 통합 API를 호출할 수 있도록 설정
This commit is contained in:
parent
d01d4d0b5d
commit
b8942c9e04
7
.github/kustomize/base/common/ingress.yaml
vendored
7
.github/kustomize/base/common/ingress.yaml
vendored
@ -32,6 +32,13 @@ spec:
|
|||||||
name: stt
|
name: stt
|
||||||
port:
|
port:
|
||||||
number: 8080
|
number: 8080
|
||||||
|
- path: /api/transcripts
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: ai-service
|
||||||
|
port:
|
||||||
|
number: 8087
|
||||||
- path: /api/ai/suggestions
|
- path: /api/ai/suggestions
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user