Skip to content

Commit 344373e

Browse files
committed
Update scaling config
1 parent ce0fe08 commit 344373e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_terraformEnvironmentTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
runs-on: [self-hosted]
194194
continue-on-error: false
195195
environment: ${{ inputs.environment }}
196-
# if: github.event_name == 'push' || github.event_name == 'release'
196+
if: github.event_name == 'push' || github.event_name == 'release'
197197
needs: [plan]
198198

199199
env:

code/infra/function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ resource "azapi_resource" "function" {
199199
loadBalancing = "LeastRequests"
200200
minTlsVersion = "1.2"
201201
minTlsCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
202-
minimumElasticInstanceCount = 0
202+
minimumElasticInstanceCount = 1
203203
numberOfWorkers = 1
204204
preWarmedInstanceCount = 0
205205
remoteDebuggingEnabled = false

0 commit comments

Comments
 (0)