diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2024-08-16 16:25:59 +0800 |
---|---|---|
committer | Kaixi LIU <liukaixi@chinamobile.com> | 2024-08-16 08:29:01 +0000 |
commit | 080e0031048c15d3104317290d9031bda69c64d8 (patch) | |
tree | 7632d83ed65b80dec25842efd453c7210a49348d /kubernetes/uui/components | |
parent | bec6aa583c517f61b271468d706d38e1ffca1f5f (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.yaml | 2 |
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 |