Skip to content

Commit

Permalink
Reduce resource consumption
Browse files Browse the repository at this point in the history
Signed-off-by: Sidney Andrews <[email protected]>
  • Loading branch information
seesharprun authored Nov 6, 2024
1 parent 6374cd0 commit f3add31
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 f3add31

Please sign in to comment.