6.3. Service Registry 環境変数の管理
Service Registry Operator は最も一般的な Service Registry 設定を管理しますが、手動で調整できるオプションがあります。Service Registry Deployment
リソースに環境変数を設定することで、これらを更新することができます。ApicurioRegistry
CR で特定の設定オプションが使用できない場合は、環境変数を使用して調整できます。
手順
- OpenShift Web コンソール
- Installed Operators タブを選択してから、Red Hat Integration - Service Registry Operator を選択します。
-
Apicurio Registry タブで、Service Registry デプロイメントの
ApicurioRegistry
CR をクリックします。 -
メインの概要ページで、Service Registry インスタンスをデプロイするために Operator によって管理される
Deployment
の名前が含まれるmanagedResources
セクションを表示します。 -
左側のメニューの Workloads > Deployments でその
Deployment
を見つけます。 -
正しい名前の
Deployment
を選択し、Environment タブを選択します。 - 環境変数を Single values (env) セクションに追加または変更できます。
- 下部にある Save をクリックします。
- OpenShift CLI
- Service Registry がインストールされているプロジェクトを選択します。
-
oc get apicurioregistry
を実行して、ApicurioRegistry
CR のリストを取得します -
設定する Service Registry iインスタンスを表す CR で
oc describe
を実行します。 -
status
セクションでmanagedResource
を表示します。 -
その
Deployment
を見つけて、oc edit
と入力します。 -
spec.template.spec.containers[0].env
セクションで環境変数を追加または変更します。