Skip to content

Commit

Permalink
Merge pull request #4767 from DFE-Digital/upgrade-migration-env-datab…
Browse files Browse the repository at this point in the history
…ase-storage-plan

Increase migration env azure_storage_mb to 64GB
  • Loading branch information
peteryates authored May 7, 2024
2 parents 8a963ef + 3656eee commit cef6aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/aks/workspace_variables/migration_aks.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"postgres_flexible_server_sku": "B_Standard_B1ms",
"app_environment": "migration",
"cluster": "production",
"deploy_azure_backing_services": true,
"enable_monitoring": false,
"namespace": "cpd-production",
"webapp_memory_max": "2Gi"
"webapp_memory_max": "2Gi",
"azure_storage_mb": "65536"
}

0 comments on commit cef6aed

Please sign in to comment.