Files
ubicloud/config/default_quotas.yml
Enes Cakir 7fae85d882 Allow to set customer quota for GitHub cache storage
We allow 10GB of free cache storage per repository, a limit we've set in
line with the official GitHub Actions cache.

However, some customers may need more than 10GB of cache storage. This
PR enables us to assign a custom cache storage quota to all repositories
within a project, though the quota still applies on a per-repository
basis.
2024-09-26 14:35:13 +03:00

5 lines
499 B
YAML

- { id: c088f732-0a30-454b-aa6b-542ce1d67bfb, resource_type: VmCores, new_value: 16, verified_value: 128 }
- { id: 14fa6820-bf63-41d2-b35e-4a4dcefd1b15, resource_type: GithubRunnerCores, new_value: 150, verified_value: 150 }
- { id: 0ac764de-48c5-4432-876d-389878da0885, resource_type: GithubRunnerCacheStorage, new_value: 10, verified_value: 10 }
- { id: 91d616ea-a15b-4d54-90b7-aaa1e1bd2f19, resource_type: PostgresCores, new_value: 64, verified_value: 128 }