Skip to content

Commit d8f9bba

Browse files
authored
Merge pull request #62 from Azure-Samples/seesharprun-patch-1
Reduce resource consumption
2 parents 6374cd0 + f3add31 commit d8f9bba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infra/main.bicep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ module containerAppsApp 'br/public:avm/res/app/container-app:0.9.0' = {
148148
ingressExternal: true
149149
ingressTransport: 'auto'
150150
stickySessionsAffinity: 'sticky'
151+
scaleMaxReplicas: 1
152+
scaleMinReplicas: 1
151153
corsPolicy: {
152154
allowCredentials: true
153155
allowedOrigins: [

0 commit comments

Comments
 (0)