aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal-ng
AgeCommit message (Collapse)AuthorFilesLines
2024-05-23[PORTALNG] Update preferences and history versionsFiete Ostkamp4-4/+4
- deploy release images of portalng Issue-ID: PORTALNG-108 Change-Id: I659373e415d959c23cd64f0d709fbd7d969c8d14 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-18[PORTALNG] Dns resolver ip not configured in portal-ng-ui chartFiete Ostkamp1-0/+1
- define CLUSTER_NAMESERVER_IP since it is needed in the nginx config Issue-ID: PORTALNG-103 Change-Id: I60a9784dffcfd0c4a575e6c66641f69b0f6204e2 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-17[OOM] File mount missing in portal-ng-ui chartFiete Ostkamp1-0/+3
- mount version.json Issue-ID: PORTALNG-102 Change-Id: If1e68f2dd36b2bc0f8d9cd024b54c7984f39489a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-14[PORTALNG] Support readonly file system in portal-ng-uiFiete Ostkamp7-0/+168
- mount files via configmaps to support readonly filesystems Issue-ID: PORTALNG-101 Change-Id: Ia399d0230db4cc25f2d8e438a0e64a34f06b921f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-06[COMMON] Fix Kyverno policy violations in common/mongodbFiete Ostkamp2-2/+2
- set resourceLimit's for emptyDir volumes - use non-root group in mongo pods - make pod filesystem read-only - bump mongodb chart version from 14.12.2 to 14.12.3 - use new version in portal-ng, nbi, multicloud and dcae-tcagen2 Issue-ID: OOM-3293 Change-Id: Ife7445433337ac97a03f8cd22ad551e8745b9717 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-11[PORTALNG] Remove hardcoded /auth from the keycloak urls in bffFiete Ostkamp4-4/+4
- add /auth to bff KEYCLOAK_URL [1] - adjust KEYCLOAK_URL's to use keycloakx-http.keycloak [1] since it was removed from the application.yml Issue-ID: PORTALNG-85 Change-Id: I919cfc29494e30e891e732f63f56edd9f6579864 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-05[PORTAL-NG] Publish preferences and history chartsFiete Ostkamp22-1/+685
- add history chart - add preferences chart - add chart option to disable tracing Issue-ID: PORTALNG-82 Change-Id: I60802ab0d7e623a37a33b4865cdab74417ea7451 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-04-02[PORTAL-NG] Ui is exposed on wrong portFiete Ostkamp2-7/+6
- adjust port mapping in service to map to 8080 Issue-ID: PORTALNG-80 Change-Id: Ica131a1207d147c75c8604bcc63472b9f8785afa Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-20[COMMON] Make imagePullSecrets configurableAndreas Geissler2-4/+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>
2023-12-07[PORTAL-NG] Publish ui and bff charts in OOMFiete Ostkamp31-0/+2530
- upload ui and bff - preferences and history services will be added later - added portal-ng to ONAP chart and overrides Issue-ID: PORTALNG-66 Change-Id: I9182234be3afbdcdc95b23f0799a11d41384184e Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>