From babec78e869694d911abb0fdd75e9ff1a751818b Mon Sep 17 00:00:00 2001 From: Matias Bordese Date: Thu, 16 Nov 2023 10:15:12 -0300 Subject: [PATCH] Update helm readme to mention ingestion split config (#3362) --- helm/oncall/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/helm/oncall/README.md b/helm/oncall/README.md index a4eaa782..993f0649 100644 --- a/helm/oncall/README.md +++ b/helm/oncall/README.md @@ -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: