[UUI] Add configuration file for llm adaptation 33/138533/10
authorkaixiliu <liukaixi@chinamobile.com>
Tue, 23 Jul 2024 06:52:04 +0000 (14:52 +0800)
committerKaixi LIU <liukaixi@chinamobile.com>
Fri, 9 Aug 2024 01:43:43 +0000 (01:43 +0000)
commit099643c2edf621d0483d059d50e1c0a2112ed951
treefaf54b7877d495be374960707e4cf74573ebd7c1
parent004ebce85d8214df87689db574efd7f16c87524d
[UUI] Add configuration file for llm adaptation

Add configuration file for llm adaptation

Issue-ID: USECASEUI-838
Change-Id: Ib25a7047712d753b4be8fa39733001f02bc196aa
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
kubernetes/uui/Chart.yaml
kubernetes/uui/components/uui-llm-adaptation/.helmignore [new file with mode: 0644]
kubernetes/uui/components/uui-llm-adaptation/Chart.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-llm-adaptation/resources/config/llm-adaptation-init.sql [new file with mode: 0644]
kubernetes/uui/components/uui-llm-adaptation/resources/entrypoint/run.sh [new file with mode: 0644]
kubernetes/uui/components/uui-llm-adaptation/templates/configmap.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-llm-adaptation/templates/deployment.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-llm-adaptation/templates/job.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-llm-adaptation/templates/secrets.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-llm-adaptation/templates/service.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-llm-adaptation/values.yaml [new file with mode: 0644]