[UUI] Add intent analysis and postgres deployments for uui 92/129992/20
authorxudan16 <xudan16@huawei.com>
Thu, 21 Jul 2022 09:27:14 +0000 (17:27 +0800)
committerFiachra Corcoran <fiachra.corcoran@est.tech>
Tue, 22 Nov 2022 14:22:33 +0000 (14:22 +0000)
commitc7f36a6a47fd94dd29de8a3fab9a198c99ae6df3
tree169c050152e2f8ae3f8b38217ffa811b837fb99c
parent3502e73a2762fc50f9ba3ae5d65a3efe5f05bead
[UUI] Add intent analysis and postgres deployments for uui

1. Intent analysis is the new component of uui
2. UUI decides to use postgres as an independent MS
3. Using the postgres template supported by the Community
4. Make this component Service Mesh Compatibility

Signed-off-by: xudan16 <xudan16@huawei.com>
Issue-ID: OOM-2997
Change-Id: I1c40c3e4b6d67591507475723f3465031372471c
kubernetes/uui/Chart.yaml
kubernetes/uui/components/uui-intent-analysis/.helmignore [new file with mode: 0644]
kubernetes/uui/components/uui-intent-analysis/Chart.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-intent-analysis/resources/config/intent-analysis-init.sql [new file with mode: 0644]
kubernetes/uui/components/uui-intent-analysis/resources/entrypoint/run.sh [new file with mode: 0644]
kubernetes/uui/components/uui-intent-analysis/templates/configmap.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-intent-analysis/templates/deployment.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-intent-analysis/templates/job.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-intent-analysis/templates/secrets.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-intent-analysis/templates/service.yaml [new file with mode: 0644]
kubernetes/uui/components/uui-intent-analysis/values.yaml [new file with mode: 0644]