Update helm readme to mention ingestion split config (#3362)

This commit is contained in:
Matias Bordese 2023-11-16 10:15:12 -03:00 committed by GitHub
parent e1e56fc414
commit babec78e86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,6 +192,19 @@ externalRedis:
passwordKey: ""
```
### Running split ingestion and API services
You can run a detached service for handling integrations by setting up the following variables:
```yaml
detached_integrations:
enabled: true
detached_integrations_service:
enabled: true
```
This will run an integrations-only service listening by default in port 30003.
### Set up Slack and Telegram
You can set up Slack connection via following variables: