General Installation Configurations (4.2)
These are common configurations used when installing the Usage Engine Private Edition helm chart.
Container Images Hosted in Your Own Container Registry
If you are hosting the Usage Engine Private Edition container images in your own container registry (see General Usage Engine Private Edition Preparations (4.2) | Hosting Container Images in Your Own Container Registry), then the following helm values are required:
platform:
repository: <the repository where the platform image is hosted>
operator:
repository: <the repository repo where the operator image is hosted>
desktopOnline:
repository: <the repository repo where the ui image is hosted>
System Database in Oracle
If you have opted for placing the system database in Oracle rather than PostgreSQL, it is assumed that the system database has already been created using the system database tool (see General Usage Engine Private Edition Preparations (4.2) | System Database [inlineExtension]).
Then, when installing the Usage Engine Private Edition helm chart, make sure to set the following helm values:
extensions:
enabled: true
image: my-uepe-extensions:1.0.0 # see additional information below on how to set this value
oracle:
host: oracle # see additional information below on how to set this value
port: 1521 # see additional information below on how to set this value
db: UEPE # see additional information below on how to set this value
expressEdition: false
platform:
db:
type: oracle
Additional information on how you can determine the values to set in your particular installation:
Value | Comment |
---|---|
| The name of a custom container image containing the following Oracle software: https://download.oracle.com/otn-pub/otn_software/jdbc/1923/ojdbc8.jar The Usage Engine Private Edition helm values file contains instructions on how to build this custom container image. Look for the |
| The domain name of the Oracle database service. |
| The port of the Oracle database service. |
| The name of the Usage Engine Private Edition database that was created in Oracle. |
Note!
None of the postgres.*
values outlined in the main installation example are required when opting for placing the system database in Oracle.
Â