5.2.2 Updating the Install Properties File for Installing OAA/OARM/OUA Using Ingress

To install OAA, OARM, and OUA using ingress, you must edit the installOAA.properties and update the Optional Configuration section with the ingress properties.

The following example shows the ingress properties that need to be updated in the Optional Configuration section of the installOAA.properties.

For more information, see Optional Configuration

##################################### 6. Optional configuration#########################################
##Ingress properties that can be used to enable ingress to the deployment
install.global.ingress.enabled=true

#if load balancer/ingress url is present, then configure the url here. All UI service will be behind this load balancer/ingress.
#In case ingress installation is set to true, the appropriate service url will be fetch after ingress installation
# and will be used as service url. If provided, service url from the property below will have higher priority.
install.global.serviceurl=https://node.example.com:31281

Note:

All other properties in this section, including the node port properties should be commented out.

In the Ingress Configuration section set ingress.install=false:

##################################### 7. Ingress configuration#########################################
#Kubernetes name space which will be used to install ingress
ingress.install=false
Note: The settings above are based on a basic ingress setup. More complex scenarios are achievable using the ingress properties in Optional Configuration.