aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-server/templates
AgeCommit message (Collapse)AuthorFilesLines
11 hours[UUI] Fix UUI chart issueFiete Ostkamp1-2/+2
Issue-ID: USECASEUI-883 Change-Id: Iac9095bfc30c2e2fc8ccffcf3d021f56e66e4951 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 days[UUI] Chart changes for uui-server 15.0.2Fiete Ostkamp1-0/+1
- define tracing properties in global section to allow centrally configuring it (for the whole platform) - define uui-server properties in values.yaml - use MaxRAMPercentage jvm arg to scale the jvm heap size dynamically with the pod resources (and give the process more than 128MB(!) max heap) - add a revisionHistoryLimit setting - do not use NodePorts - change default service type for nginx to ClusterIP Issue-ID: USECASEUI-875 Change-Id: I3c7893f4970c088844511ea5b038bf842ce90859 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
4 days[COMMON] Add jobAnnotations as optional variablesAndreas Geissler1-1/+9
- add Annotations to all job template metadata - make the jobAnnotations configurable via values.yaml Issue-ID: OOM-3254 Change-Id: I84a3a7e9a89ea272a239e7a86e9c615103c2c7e4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2025-01-20[USECASEUI] Make usecase-ui work via ingressFiete Ostkamp1-0/+2
- introduce nginx that serves as reverse proxy in front of the uui and uui-server pods - this approach makes the web app work over ingress - introduce new AAI_ADDR environment variable that may eventually be used by uui-server to interface with AAI directly Issue-ID: USECASEUI-854 Change-Id: I229e039f8dfe6df050886ade0ea37a30c7272494 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-11[COMMON] Update all ReadinessChecksAndreas Geissler2-4/+4
Use the new "service" feature of the readiness image to resolve startup dependencies. Issue-ID: OOM-3280 Change-Id: Ia331d51528676744e5e0479d1fd0ca02830c3499 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-20[COMMON] Make imagePullSecrets configurableAndreas Geissler2-5/+2
Currently in ONAP the imagePullSecrets is hardcoded to 'onap-docker-registry-key' which is created by the repository-wrapper component. With this change the secrets can be configured via setting global.imagePullSecrets and optionally per image if it is configured as map (image.pullSecrets) Issue-ID: OOM-3284 Change-Id: I8644f9b46043b6014219c42928e057b149df43a4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-14[COMMON] Harmonize resource settings, Part 2Andreas Geissler2-4/+4
Some settings are still wrongly interpreted (e.g. 0.02Gi) Therefor they are changed to non-floating numbers (e.g. 20Mi) Issue-ID: OOM-3273 Change-Id: Icc88dead1ac5b1df8629d6adcc438a739e20522e Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-28[COMMON] Harmonize resource settingsAndreas Geissler2-0/+14
Update all resource settings to the kubernetes recommended normalized form. Fix ReadinessCheck resource limits. Issue-ID: OOM-3273 Change-Id: Ie10903b801e4dc1689bcec092162d711a431a7a6 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-08-07[OOM] Fixing k8s ServiceAccountsvladimir turok1-0/+1
Adding service account for the jobs Cleanup MSB, ES and other common charts from AAF dependencies Issue-ID: OOM-3199 Issue-ID: OOM-3114 Issue-ID: OOM-3116 Change-Id: I55bf80876c9fb3b110e538ed1a5504e0dc1d4e1a Signed-off-by: vladimir turok <vladimir.turok@t-systems.com>
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