Skip to content

Commit

Permalink
fix(ci): Use correct size for yt01 db (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad authored Jan 7, 2025
1 parent 0d0b971 commit e18e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/infrastructure/yt01.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ param postgresConfiguration = {
tier: 'GeneralPurpose'
}
storage: {
storageSizeGB: 256
storageSizeGB: 2048
autoGrow: 'Enabled'
type: 'Premium_LRS'
}
Expand Down

0 comments on commit e18e5f7

Please sign in to comment.