Skip to content

Commit c248ef8

Browse files
authored
Increase nginx proxy replica count on prod (#428)
The nginx proxy is found to be low on resources. Increasing the replica count to 2 to avoid single point of failure.
1 parent c5b7884 commit c248ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/inventory/group_vars/operator-pipeline-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ redhat_marketplace_index: registry.redhat.io/redhat/redhat-marketplace-index
2929
community_signing_umb_client_name: community-operator-signing-pipeline
3030
community_signing_pipeline_url: "{{ community_signing_pipeline_name }}-tekton-{{ env }}.apps.pipelines-prod.ijdb.p1.openshiftapps.com"
3131
nginx_proxy_url: "{{ community_signing_pipeline_name }}-{{ env }}.apps.pipelines-prod.ijdb.p1.openshiftapps.com"
32+
nginx_proxy_replicas: 2

0 commit comments

Comments
 (0)