4.2.2 イングレスを使用してOAA/OARMをインストールするためのインストール・プロパティ・ファイルの更新

イングレスを使用してOAAまたはOARM(あるいはその両方)をインストールするには、installOAA.propertiesを編集し、Optional Configurationセクションのイングレス・プロパティを更新する必要があります。

次の例は、installOAA.propertiesOptional 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

ノート:

このセクションのその他すべてのプロパティ(ノード・ポート・プロパティを含む)をコメント・アウトする必要があります。

Ingress Configurationセクションに、ingress.install=falseを設定します。

##################################### 7. Ingress configuration#########################################
#Kubernetes name space which will be used to install ingress
ingress.install=false
ノート: 前述の設定は、基本的なイングレス設定に基づいたものです。より複雑なシナリオに対応するには、Optional Configurationでイングレス・プロパティを使用します。