Skip to content

Commit

Permalink
Merge pull request #62 from Azure-Samples/seesharprun-patch-1
Browse files Browse the repository at this point in the history
Reduce resource consumption
  • Loading branch information
seesharprun authored Nov 6, 2024
2 parents 6374cd0 + f3add31 commit d8f9bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ module containerAppsApp 'br/public:avm/res/app/container-app:0.9.0' = {
ingressExternal: true
ingressTransport: 'auto'
stickySessionsAffinity: 'sticky'
scaleMaxReplicas: 1
scaleMinReplicas: 1
corsPolicy: {
allowCredentials: true
allowedOrigins: [
Expand Down

0 comments on commit d8f9bba

Please sign in to comment.