Skip to content

Commit

Permalink
Use sjkp/blitz-embed with api-key
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkp committed Apr 1, 2024
1 parent 1e41842 commit e946dc7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions infrastructure/aca-with-storage-mount.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,17 @@ resource containerApp2 'Microsoft.App/containerApps@2023-11-02-preview' = {
containers: [
{
name: 'ca-${name}-embed'
image: 'sjkp/blitz-embed:v1'
image: 'ghcr.io/sjkp/blitz-embed:latest'
resources: {
cpu: json(cpuCore)
memory: '${memorySize}Gi'
}
}
env: [
{
name: 'API_KEY'
value: apikey
}
]
}
]
scale: {
Expand Down

0 comments on commit e946dc7

Please sign in to comment.