Website: Increase MySQL service disk size for Render trial instances (#35586)

Closes: https://github.com/fleetdm/fleet/issues/35585

Changes:
- Increased the size of the disk attached to the MySQL service created
for Fleet Premium trial instances in Render. (1gb » 5gb)
This commit is contained in:
Eric 2025-11-11 18:32:22 -06:00 committed by GitHub
parent a5299d4eb6
commit 4f78f44edd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,7 +264,7 @@ module.exports = {
plan: 'standard',
runtime: 'docker',
disk: {
sizeGB: 1,
sizeGB: 5,
name: 'mysql',
mountPath: '/var/lib/mysql',
},