Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These are common configurations used when installing the Usage Engine Private Edition helm chart.

Excerpt
namecommon-installation-configurations

Generic Persistent Storage

<Describe how to do the helm installation in order to configure PE to use generic persistent storage.>

Manually Created System Database

<Describe how to do the helm installation in order to configure PE to use an already created system database.>

Oracle as System Database

<Describe how to do the helm installation in order to configure PE to use an Oracle system database. Since this requires persistent storage, we should reference the Persistent Storage section above.>

SAP HANA as System Database

<Describe how to do the helm installation in order to configure PE to use a SAP HANA system database. Since this requires persistent storage, we should reference the Persistent Storage section above.>

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 https://infozone.atlassian.net/wiki/spaces/UEPE4D/pages/161481567/Common+Preparations#Hosting-Container-Images ), then the following helm valiues are required:

Code Block
languageyaml
platform:
  repository: <the container registry repo where the platform image is hosted>
operator:
  repository: <the container registry repo where the operator image is hosted>
desktopOnline:
  repository: <the container registry repo where the ui image is hosted>