Skip to content

Commit

Permalink
Merge pull request #1323 from run-ai/fix-ha-code
Browse files Browse the repository at this point in the history
fix code block in HA doc
  • Loading branch information
SherinDaher-Runai committed Dec 26, 2024
1 parent bf7700c commit 7439e1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/admin/config/ha.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ Run:ai uses three third parties which are managed as Kubernetes StatefulSets:
* **PostgreSQL**—It is not possible to configure an internal PostgreSQL to scale horizontally. If this is of importance, please contact Customer Support to understand how to connect Run:ai to an external PostgreSQL service which can be configured for high availability.
* **Thanos**—To enable Thanos autoscaling, use the following Run:ai control-plane helm flags:

```
```bash
--set thanos.query.autoscaling.enabled=true
--set thanos.query.autoscaling.maxReplicas=2
--set thanos.query.autoscaling.maxReplicas=2
--set thanos.query.autoscaling.minReplicas=2
```

## Run:ai Cluster

Expand Down

0 comments on commit 7439e1c

Please sign in to comment.