File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1374,7 +1374,7 @@ module containerAppProcessor 'br/public:avm/res/app/container-app:0.18.1' = {
13741374 // Internal ingress required for container-to-container communication
13751375 ingressTargetPort : 8080
13761376 ingressExternal : false
1377- ingressAllowInsecure : true // Allow HTTP without SSL redirect for internal calls
1377+ ingressAllowInsecure : true // Allow HTTP without SSL redirect for internal calls
13781378 scaleSettings : {
13791379 maxReplicas : enableScalability ? 3 : 1
13801380 minReplicas : 1
Original file line number Diff line number Diff line change 4040 },
4141 "imageTag" : {
4242 "value" : " ${AZURE_ENV_IMAGE_TAG}"
43- },
44- "enableTelemetry" : {
45- "value" : " true"
4643 }
4744 }
4845}
Original file line number Diff line number Diff line change @@ -1338,7 +1338,7 @@ module containerAppProcessor 'br/public:avm/res/app/container-app:0.18.1' = {
13381338 // Internal ingress required for container-to-container communication
13391339 ingressTargetPort : 8080
13401340 ingressExternal : false
1341- ingressAllowInsecure : true // Allow HTTP without SSL redirect for internal calls
1341+ ingressAllowInsecure : true // Allow HTTP without SSL redirect for internal calls
13421342 scaleSettings : {
13431343 maxReplicas : enableScalability ? 3 : 1
13441344 minReplicas : 1
You can’t perform that action at this time.
0 commit comments