diff --git a/docs/installation-steps/ScalingUpReportPortalAPIService.md b/docs/installation-steps/ScalingUpReportPortalAPIService.md
index 1214fa074..5634988a8 100644
--- a/docs/installation-steps/ScalingUpReportPortalAPIService.md
+++ b/docs/installation-steps/ScalingUpReportPortalAPIService.md
@@ -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.
- [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.
- [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:
`perPodNumber = totalNumber / serviceapi.replicaCount`