summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-server/templates
AgeCommit message (Collapse)AuthorFilesLines
2023-03-20[UUI] Cleanup Helmcharts from TLS/AAFAndreas Geissler2-4/+18
Cleanup charts and remove AAF options Issue-ID: OOM-3123 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I0c67789bcae2187fef424edfca7eabb3e8625b30
2023-02-14[UUI] Make UUI SM compatibleAndreas Geissler3-41/+5
Change the service definitions and deployment to support the nonTLS setup (AAF removal) using existing templates Issue-ID: OOM-2998 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If86aa97e2bc8eef628a02d43407b2f16b1d06783
2022-11-03[UUI] New Solve 2 components in one DockerJunyiDu3-22/+137
1.add postgres env in uui-server 2.use oom common postgres Signed-off-by: dujunyi <hunterdevil@foxmail.com> Issue-ID: USECASEUI-405 Change-Id: Id72a11f5b8574ff566061fcdfe98663107b6de2f
2021-11-06[UUI] Automatically retrieve certificatesSylvain Desbureaux2-2/+71
Instead of using hardcoded certificates, let's use certInitializer in order to retrieve them. Issue-ID: OOM-2695 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I673b3c7b8087c150b1e4c1d522b92ec08260ec09
2020-12-09[UUI] Move components to component dirJakub Latusek4-0/+152
Helm 3.4 requires the dependencies in the charts dir to be included in the requirements. Dependencies need to be moved to the components folder Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I32e904297e17263042b42ee51c3e75532b4ad660 Issue-ID: OOM-2562