mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
a5299d4eb6
commit
4f78f44edd
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ module.exports = {
|
|||
plan: 'standard',
|
||||
runtime: 'docker',
|
||||
disk: {
|
||||
sizeGB: 1,
|
||||
sizeGB: 5,
|
||||
name: 'mysql',
|
||||
mountPath: '/var/lib/mysql',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue