C.2.2 Updating the Install Properties File for Installing OAA Using Ingress
To install OAA to use your HTTPS ingress controller, 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:30443
Note:
install.global.serviceurl
should equal the value of the node and port that the ingress controller was installed on. If you are have something like a load balancer or OHS that will front end the ingress, then set it to the fully qualified hostname to the front-end.
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.