aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components
diff options
context:
space:
mode:
authorkaixiliu <liukaixi@chinamobile.com>2024-08-16 16:25:59 +0800
committerKaixi LIU <liukaixi@chinamobile.com>2024-08-16 08:29:01 +0000
commit080e0031048c15d3104317290d9031bda69c64d8 (patch)
tree7632d83ed65b80dec25842efd453c7210a49348d /kubernetes/uui/components
parentbec6aa583c517f61b271468d706d38e1ffca1f5f (diff)
[UUI] Modify llm-adaptation port
Modify llm-adaptation port Issue-ID: USECASEUI-838 Change-Id: I5ee51936fe19563f7eec8fb1eae75247eea8a687 Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'kubernetes/uui/components')
-rw-r--r--kubernetes/uui/components/uui-llm-adaptation/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/uui/components/uui-llm-adaptation/values.yaml b/kubernetes/uui/components/uui-llm-adaptation/values.yaml
index 9010bca0c1..f5804efb20 100644
--- a/kubernetes/uui/components/uui-llm-adaptation/values.yaml
+++ b/kubernetes/uui/components/uui-llm-adaptation/values.yaml
@@ -55,7 +55,7 @@ service:
name: uui-llm-adaptation
ports:
- name: http-rest
- port: &svc_port 8083
+ port: &svc_port 8084
liveness:
initialDelaySeconds: 120