File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ parameters:
2424 - name : sub_environment
2525 displayName : Sub-Environment
2626 type : string
27- default : blue
27+ default : int- blue
2828 values :
29- - blue
30- - green
29+ - int- blue
30+ - int- green
3131
3232extends :
3333 template : azure/common/apigee-deployment.yml@common
@@ -39,5 +39,5 @@ extends:
3939 - environment : int
4040 depends_on : []
4141 jinja_templates :
42- DOMAIN_ENDPOINT : https://int- ${{ parameters.sub_environment }}.imms.preprod.vds.platform.nhs.uk
42+ DOMAIN_ENDPOINT : https://${{ parameters.sub_environment }}.imms.preprod.vds.platform.nhs.uk
4343 KEYSTORE_REF : imms-int-client
Original file line number Diff line number Diff line change @@ -25,17 +25,21 @@ APIGEE_ENVIRONMENTS:
2525 immunisation-fhir-api-internal-qa :
2626 quota :
2727 enabled : true
28- limit : 300
28+ limit : 6000
2929 interval : 1
3030 timeunit : minute
3131 spikeArrest :
3232 enabled : true
33- ratelimit : 600pm # 10 requests per second
33+ ratelimit : 6000pm # 100 requests per second
3434 app :
3535 quota :
36- enabled : false
36+ enabled : true
37+ limit : 3000
38+ interval : 1
39+ timeunit : minute
3740 spikeArrest :
38- enabled : false
41+ enabled : true
42+ ratelimit : 3000pm # 50 requests per second
3943 - name : internal-dev-sandbox
4044 display_name_suffix : Internal Development Sandbox
4145 # Ratelimiting is currently disabled for all sandbox environments
You can’t perform that action at this time.
0 commit comments