Skip to content

Commit 831ae8b

Browse files
committed
added parameter for Container APP ingress disabled
1 parent 46aa59b commit 831ae8b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

infra/main.bicep

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,9 @@ module avmContainerApp 'br/public:avm/res/app/container-app:0.16.0' = {
663663
]
664664
}
665665
]
666-
666+
activeRevisionsMode: 'Single'
667667
ingressExternal: false
668+
disableIngress: true
668669
scaleSettings: {
669670
minReplicas: container_app_deployment.container_app.minReplicas
670671
maxReplicas: container_app_deployment.container_app.maxReplicas
@@ -841,7 +842,7 @@ module avmContainerApp_Web 'br/public:avm/res/app/container-app:0.16.0' = {
841842
env: [
842843
{
843844
name: 'APP_API_BASE_URL'
844-
value: avmContainerApp_API.outputs.fqdn
845+
value: 'https://${avmContainerApp_API.outputs.fqdn}'
845846
}
846847
{
847848
name: 'APP_WEB_CLIENT_ID'

0 commit comments

Comments
 (0)