You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,15 +252,15 @@ hyperdx:
252
252
host: "hyperdx.yourdomain.com" # Set this to your desired domain
253
253
```
254
254
255
-
#### Configuring `ingress.host` and `hyperdx.appUrl`
255
+
#### Configuring `ingress.host` and `hyperdx.frontendUrl`
256
256
257
257
- **`hyperdx.ingress.host`**: Set to the domain you want to use for accessing HyperDX (e.g., `hyperdx.yourdomain.com`).
258
-
- **`hyperdx.appUrl`**: Should match the ingress host and include the protocol (e.g., `https://hyperdx.yourdomain.com`).
258
+
- **`hyperdx.frontendUrl`**: Should match the ingress host and include the protocol (e.g., `https://hyperdx.yourdomain.com`).
259
259
260
260
**Example:**
261
261
```yaml
262
262
hyperdx:
263
-
appUrl: "https://hyperdx.yourdomain.com"
263
+
frontendUrl: "https://hyperdx.yourdomain.com"
264
264
ingress:
265
265
enabled: true
266
266
host: "hyperdx.yourdomain.com"
@@ -323,7 +323,7 @@ spec:
323
323
324
324
- **Path and Rewrite Configuration:**
325
325
- For Next.js and other SPAs, always use a regex path and rewrite annotation as shown above. Do not use just `path: /` without a rewrite, as this will break static asset serving.
326
-
- **Mismatched `appUrl` and `ingress.host`:**
326
+
- **Mismatched `frontendUrl` and `ingress.host`:**
327
327
- If these do not match, you may experience issues with cookies, redirects, and asset loading.
328
328
- **TLS Misconfiguration:**
329
329
- Ensure your TLS secret is valid and referenced correctly in the ingress.
@@ -448,7 +448,7 @@ Use the fully qualified domain name (FQDN) for the OpAMP server URL:
0 commit comments