第2章 Red Hat Developer Hub のベース URL のカスタマイズ
デフォルトの Red Hat Developer Hub ベース URL を変更できます。
前提条件
- 必要な Developer Hub の外部 URL (https://<my_developer_hub_url>) がわかっており、Red Hat OpenShift Container Platform クラスターを指定するように DNS を設定している。
- カスタム Developer Hub 設定。
手順
カスタム
app-config.yaml
ファイルに、https://<my_developer_hub_url> などの Developer Hub の外部 URL を入力します。app-config.yaml
の抜粋app: baseUrl: https://<my_developer_hub_url> backend: baseUrl: https://<my_developer_hub_url> cors: origin: https://<my_developer_hub_url>