aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal-ng/components/portal-ng-ui
AgeCommit message (Collapse)AuthorFilesLines
2024-05-23[PORTALNG] Update preferences and history versionsFiete Ostkamp1-1/+1
- 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-04-11[PORTALNG] Remove hardcoded /auth from the keycloak urls in bffFiete Ostkamp1-1/+1
- 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-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 Geissler1-2/+1
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 Ostkamp15-0/+2051
- 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>