We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46aa59b commit 831ae8bCopy full SHA for 831ae8b
1 file changed
infra/main.bicep
@@ -663,8 +663,9 @@ module avmContainerApp 'br/public:avm/res/app/container-app:0.16.0' = {
663
]
664
}
665
666
-
+ activeRevisionsMode: 'Single'
667
ingressExternal: false
668
+ disableIngress: true
669
scaleSettings: {
670
minReplicas: container_app_deployment.container_app.minReplicas
671
maxReplicas: container_app_deployment.container_app.maxReplicas
@@ -841,7 +842,7 @@ module avmContainerApp_Web 'br/public:avm/res/app/container-app:0.16.0' = {
841
842
env: [
843
{
844
name: 'APP_API_BASE_URL'
- value: avmContainerApp_API.outputs.fqdn
845
+ value: 'https://${avmContainerApp_API.outputs.fqdn}'
846
847
848
name: 'APP_WEB_CLIENT_ID'
0 commit comments