Resolve "OpenShift Deployment"
Compare changes
+ 32
− 31
@@ -18,18 +18,18 @@ author: Martin Weise
@@ -18,18 +18,18 @@ author: Martin Weise
The User Interface is configured in the `runtimeConfig` section of the `nuxt.config.ts` file during build time. For the
runtime, you need to override those values through environment variables or by mounting a `.env` file. As a small
example, you can configure the logo :material-numeric-1-circle-outline: in Figure 2. Make sure you mount the logo as
image as well, in this example we want to mount a custom logo `my_logo.png` into the container and specify the name.
Text values like the version :material-numeric-2-circle-outline: and title :material-numeric-3-circle-outline: can be
configured as well via the Nuxt runtime configuration through single environment variables or `.env` files.
@@ -45,49 +45,50 @@ image as well, in this example we want to mount a custom logo `my_logo.png` into
@@ -45,49 +45,50 @@ image as well, in this example we want to mount a custom logo `my_logo.png` into
Text values like the version :material-numeric-2-circle-outline: and title :material-numeric-3-circle-outline: can be
configured as well via the Nuxt runtime configuration through setting the variables in the `values.yaml` file.
To work, you need to mount the `my_logo.png` file into the dbrepo-ui deployment via a ConfigMap and Volumes. For this,
The server-client architecture of the User Interface is shown in [Figure 3](#fig3), it is supposed to help debug the