Skip to content

Commit

Permalink
Merge branch 'main' into CU-86b2c28gf_Enforce-org-id-based-auth-in-al…
Browse files Browse the repository at this point in the history
…l-endpoints-in-Collector-and-Satellite_Raviteja-Gannarapu
  • Loading branch information
gannaraputeja authored Oct 11, 2024
2 parents 7aa31f9 + f3d803e commit cab67fd
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
Binary file modified docs/assets/testruns-step-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/install-satellite/satellite-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

---------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ const config = {
// title: 'Levo.ai',
logo: {
alt: 'Levo.ai Logo',
src: 'img/logo.svg',
src: 'img/logo-light.svg',
srcDark: 'img/logo-dark.svg'
},
items: [
{
Expand All @@ -290,7 +291,6 @@ const config = {
],
},
footer: {
style: 'dark',
links: [
{
title: 'Levo.ai',
Expand Down
1 change: 1 addition & 0 deletions static/img/logo-dark.svg
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

0 comments on commit cab67fd

Please sign in to comment.