fix: remove default replicas value to support HPA scaling#1284
fix: remove default replicas value to support HPA scaling#1284rm3l merged 7 commits intoredhat-developer:mainfrom Fortune-Ndlovu:remove-default-replicas-for-hpa
Conversation
Co-authored-by: Fortune-Ndlovu <Fortune-Ndlovu@users.noreply.github.com>
|
|
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Co-authored-by: Fortune-Ndlovu <Fortune-Ndlovu@users.noreply.github.com>
|
|
Co-authored-by: Fortune-Ndlovu <Fortune-Ndlovu@users.noreply.github.com>
|
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gazarenkov, rm3l The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…eloper#1284) * fix: remove default replicas value to support HPA scaling * Regenerate bundle/installer manifests Co-authored-by: Fortune-Ndlovu <Fortune-Ndlovu@users.noreply.github.com> * Commented out in Deployment and StatefulSet templates. Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> * Commented out in Deployment and StatefulSet templates. Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> * Regenerate bundle/installer manifests Co-authored-by: Fortune-Ndlovu <Fortune-Ndlovu@users.noreply.github.com> * fixup Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> * Regenerate bundle/installer manifests Co-authored-by: Fortune-Ndlovu <Fortune-Ndlovu@users.noreply.github.com> --------- Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Fortune-Ndlovu <Fortune-Ndlovu@users.noreply.github.com> Co-authored-by: Armel Soro <asoro@redhat.com> Co-authored-by: Gennady Azarenkov <gazarenkov@redhat.com>
Description
This PR emoves the
replicas: 1field fromconfig/profile/rhdh/default-config/deployment.yaml.This change allows users to apply Horizontal Pod Autoscalers (HPA) to the Backstage deployment without the operator reverting replica counts.
You can view my entire replication of the issue and overall steps I took to ensure the fix works, in the issue comments section: https://issues.redhat.com/browse/RHIDP-7857
Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer