We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8ba24 commit 67deea0Copy full SHA for 67deea0
infra/main.bicep
@@ -715,7 +715,8 @@ module containerAppBackend 'br/public:avm/res/app/container-app:0.17.0' = {
715
ingressTargetPort: 8000
716
ingressExternal: true
717
scaleSettings: {
718
- maxReplicas: enableScaling ? 3 : 1
+ // maxReplicas: enableScaling ? 3 : 1
719
+ maxReplicas: 1 // maxReplicas set to 1 (not 3) due to multiple agents created per type during WAF deployment
720
minReplicas: 1
721
rules: enableScaling
722
? [
0 commit comments