aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-server/resources/entrypoint/run.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-01-20[USECASEUI] Make usecase-ui work via ingressFiete Ostkamp1-1/+1
- 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>
2022-05-02[COMMON] Fix sourced script with arguments bashismguillaume.lambert1-3/+3
pointed out by checkbashisms. This is very likely a classical script execution. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Id4269a4f8792627008acaa2c7595e02a3b2de94d
2021-11-06[UUI] Automatically retrieve certificatesSylvain Desbureaux1-0/+43
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