Skip to content

Commit da47c14

Browse files
authored
Update main.bicep
1 parent 99e127c commit da47c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ resource containerApp 'Microsoft.App/containerApps@2022-03-01' = {
106106
configuration: {
107107
ingress: {
108108
external: true
109-
targetPort: 80
109+
targetPort: 3000
110110
allowInsecure: false
111111
traffic: [
112112
{
@@ -145,7 +145,7 @@ resource containerApp 'Microsoft.App/containerApps@2022-03-01' = {
145145
}
146146
]
147147
resources: {
148-
cpu: '0.5'
148+
cpu: '1'
149149
memory: '1.0Gi'
150150
}
151151
}

0 commit comments

Comments
 (0)