Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links for 'Scaling Up the ReportPortal Service API' #683

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading