Skip to content

Commit

Permalink
Update ScalingUpReportPortalAPIService.md
Browse files Browse the repository at this point in the history
remove numbers
  • Loading branch information
hlebkanonik authored Nov 16, 2023
1 parent dee1000 commit 7a69be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation-steps/ScalingUpReportPortalAPIService.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To scale your ReportPortal services in Kubernetes, you need to adjust the `repli

To scale your ReportPortal services using Docker, update the environment variables and duplicate the API values block.

1. **Set Environment Variables**:
- **Set Environment Variables**:
Add `RP_AMQP_QUEUES` and `RP_AMQP_QUEUESPERPOD` to your API environment variables.<br />
[docker-compose.yml environment](https://github.com/reportportal/reportportal/blob/v23.2/docker-compose.yml#L202)<br />
```bash
Expand All @@ -43,7 +43,7 @@ To scale your ReportPortal services using Docker, update the environment variabl
```

#### Docker Compose v2
2. **Duplicate API Values Block**:
- **Duplicate API Values Block**:
Create a copy of the API values block and rename `api` to `api_replica_1` to facilitate scaling.<br />
[docker-compose.yml API values block](https://github.com/reportportal/reportportal/blob/v23.2/docker-compose.yml#L191-L241)<br />
```bash
Expand All @@ -66,7 +66,7 @@ To scale your ReportPortal services using Docker, update the environment variabl
```

#### Docker Compose v3.3+
2. **Add replicas**:
- **Add replicas**:
Add `deploy.replicas: 2` to your API:
```bash
version: '3.8'
Expand Down

0 comments on commit 7a69be7

Please sign in to comment.