-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into CU-86b2c28gf_Enforce-org-id-based-auth-in-al…
…l-endpoints-in-Collector-and-Satellite_Raviteja-Gannarapu
- Loading branch information
Showing
5 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,6 +197,29 @@ helm upgrade --install -n levoai --create-namespace \ | |
levoai-satellite levoai/levoai-satellite | ||
``` | ||
|
||
### 7. Optionally, access Satellite through a CNAME and HTTPS | ||
Add below config to `values.yml` file to add an ingress route for Satellite APIs so that it can be accessed through a CNAME and HTTPS. | ||
|
||
```yaml | ||
haproxy: | ||
ingress: | ||
enabled: true | ||
hostname: <Your CNAME> | ||
ingressClassName: haproxy | ||
pathType: Prefix | ||
extraPaths: | ||
- path: /* | ||
pathType: Prefix | ||
backend: | ||
service: | ||
name: levoai-haproxy | ||
port: | ||
number: 80 | ||
``` | ||
|
||
Please reach out to [email protected] if you're using a custom ingress controller. | ||
|
||
|
||
Please proceed to [install Traffic Capture Sensors](/install-traffic-capture-sensors). | ||
|
||
--------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes