Skip to content

Commit

Permalink
Changed min instance to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Feb 20, 2024
1 parent f9f0dea commit d5463a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ resource apiContainerApp 'Microsoft.App/containerApps@2023-08-01-preview' = {
}
]
scale: {
minReplicas: 0
minReplicas: 1
maxReplicas: 6
rules: [
{
name: 'http-rule'
http: {
metadata: {
concurrentRequests: '6'
concurrentRequests: '20'
}
}
}
Expand Down

0 comments on commit d5463a9

Please # to comment.