fix some issues

This commit is contained in:
Chris Kruining 2024-11-18 13:38:17 +01:00
parent 8f1dfad88a
commit 217560e590
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 4 additions and 3 deletions

View file

@ -43,7 +43,7 @@ resource app 'Microsoft.App/containerApps@2024-03-01' = {
ingress: {
external: true
targetPort: 3000
transport: 'http2'
transport: 'auto'
allowInsecure: false
traffic: [
{