|
6 | 6 | // SPDX-FileCopyrightText: (C) 2022 Intel Corporation |
7 | 7 | // SPDX-License-Identifier: Apache-2.0 |
8 | 8 |
|
| 9 | +const fqdn = "kind.internal"; |
| 10 | + |
9 | 11 | window.__RUNTIME_CONFIG__ = { |
10 | 12 | AUTH: "true", |
11 | | - KC_URL: "https://keycloak.kind.internal", |
| 13 | + KC_URL: `https://keycloak.${fqdn}`, |
12 | 14 | KC_REALM: "master", |
13 | 15 | KC_CLIENT_ID: "webui-client", |
14 | 16 | SESSION_TIMEOUT: 0, |
15 | | - OBSERVABILITY_URL: "https://observability-ui.kind.internal", |
| 17 | + OBSERVABILITY_URL: `https://observability-ui.${fqdn}`, |
16 | 18 | DOCUMENTATION_URL: "https://docs.openedgeplatform.intel.com/edge-manage-docs/main", |
17 | 19 | DOCUMENTATION: [ |
18 | 20 | { src: "/dashboard", dest: "/user_guide/monitor_deployments/index.html" }, |
@@ -66,14 +68,16 @@ window.__RUNTIME_CONFIG__ = { |
66 | 68 | }, |
67 | 69 | TITLE: "Infra Manager", |
68 | 70 | API: { |
69 | | - CATALOG: "https://app-orch.kind.internal", |
70 | | - ADM: "https://app-orch.kind.internal", |
71 | | - INFRA: "https://api.kind.internal", |
72 | | - ARM: "https://app-orch.kind.internal", |
73 | | - CO: "https://cluster-orch.kind.internal", |
74 | | - MB: "https://api.kind.internal", |
75 | | - TM: "https://api.kind.internal", |
76 | | - ALERT: "https://api.kind.internal", |
| 71 | + CATALOG: `https://app-orch.${fqdn}`, |
| 72 | + ADM: `https://app-orch.${fqdn}`, |
| 73 | + INFRA: `https://api.${fqdn}`, |
| 74 | + ARM: `https://app-orch.${fqdn}`, |
| 75 | + CO: `https://cluster-orch.${fqdn}`, |
| 76 | + MB: `https://api.${fqdn}`, |
| 77 | + TM: `https://api.${fqdn}`, |
| 78 | + ALERT: `https://api.${fqdn}`, |
| 79 | + RPS: `https://api.${fqdn}`, |
| 80 | + MPS: `https://api.${fqdn}`, |
77 | 81 | }, |
78 | 82 | VERSIONS: { |
79 | 83 | orchestrator: "unknown", |
|
0 commit comments