diff --git a/docs/deployment/configuration.mdx b/docs/deployment/configuration.mdx index bf73f00f32..0785cd6a97 100644 --- a/docs/deployment/configuration.mdx +++ b/docs/deployment/configuration.mdx @@ -175,7 +175,7 @@ Elasticsearch configuration controls Keep's integration with Elasticsearch for a | **ELASTIC_PASSWORD** | Password for Elasticsearch basic auth | No | None | Valid password | | **ELASTIC_INDEX_SUFFIX** | Suffix for Elasticsearch index names | Yes (for single tenant) | None | Any valid string | -### Redis Configuration +### Redis Redis configuration specifies the connection details for Keep's Redis instance. Redis is used for various caching and queueing purposes, making these settings important for optimizing Keep's performance and scalability. @@ -187,7 +187,7 @@ Redis configuration specifies the connection details for Keep's Redis instance. | **REDIS_USERNAME** | Redis username | No | None | Valid username string | | **REDIS_PASSWORD** | Redis password | No | None | Valid password string | -### ARQ Configuration +### ARQ ARQ (Asynchronous Task Queue) configuration controls Keep's background task processing. These settings are crucial for managing how Keep handles long-running or scheduled tasks, ensuring efficient resource utilization and responsiveness. diff --git a/docs/deployment/kubernetes.mdx b/docs/deployment/kubernetes.mdx index ec62a8cd71..3a7dc2902f 100644 --- a/docs/deployment/kubernetes.mdx +++ b/docs/deployment/kubernetes.mdx @@ -53,7 +53,7 @@ Keep's Kubernetes architecture is composed of several components, each with its | BackendConfig (GKE) | Configures health checks for Google Cloud Load Balancing | Optional (GKE only) | [backendconfig.yaml](https://github.com/keephq/helm-charts/blob/main/charts/keep/templates/gke/backend-gke-healthcheck-config.yaml) | #### Database Components -Database components are optional. You can spin up Keep with external database that doesn't by Keep or event not deployed in Kubernetes +Database components are optional. You can spin up Keep with your own database. | Kubernetes Resource | Purpose | Required/Optional | Source | |:-------------------:|:-------:|:-----------------:|:------:| @@ -63,7 +63,7 @@ Keep's Kubernetes architecture is composed of several components, each with its | Database PersistentVolumeClaim | Claims the persistent storage for the database | Optional | [db-pvc.yaml](https://github.com/keephq/helm-charts/blob/main/charts/keep/templates/db-pvc.yaml) | #### WebSocket Components -WebSocket components are optional. You can spin up Keep with external database that doesn't by Keep or event not deployed in Kubernetes +WebSocket components are optional. You can spin up Keep with your own *Pusher compatible* WebSocket server. | Kubernetes Resource | Purpose | Required/Optional | Source | |:-------------------:|:-------:|:-----------------:|:------:|