Skip to content

Commit

Permalink
Fix links for 'Scaling Up the ReportPortal Service API' (#683)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuliya_Prihodko <Yuliya_Prihodko@epam.com>
  • Loading branch information
pressayuliya and Yuliya_Prihodko authored Feb 23, 2024
1 parent 49c3ddb commit 9472610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation-steps/ScalingUpReportPortalAPIService.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ To scale your ReportPortal services in Kubernetes, you need to adjust the `repli

1. **Update Replica Count**:
Change `replicaCount` from `1` to `2` for additional replication.<br />
[values.yaml replicaCount](https://github.com/reportportal/kubernetes/blob/develop/values.yaml#L57)
[values.yaml replicaCount](https://github.com/reportportal/kubernetes/blob/master/reportportal/values.yaml#L71)

2. **Edit Total Number of Queues**:
Modify `queues.totalNumber` from `10` to `20` to increase the total available queues.<br />
[values.yaml queues.totalNumber](https://github.com/reportportal/kubernetes/blob/develop/values.yaml#L101)
[values.yaml queues.totalNumber](https://github.com/reportportal/kubernetes/blob/master/reportportal/values.yaml#L120)

Use the following formula for calculation:<br />
`perPodNumber = totalNumber / serviceapi.replicaCount`
Expand Down

0 comments on commit 9472610

Please sign in to comment.