diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-08-16 08:52:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-08-16 08:52:14 +0000 |
commit | 99742597c9e2702221de7e35c089c1fe4124d48a (patch) | |
tree | 3a1a672bea3bce7804e03be72bf6a44104e74432 | |
parent | 815ca17f55ee259725a62de0a987aa2e938e18da (diff) | |
parent | 080e0031048c15d3104317290d9031bda69c64d8 (diff) |
Merge "[UUI] Modify llm-adaptation port"
-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 |