quota: Allow cores to be configured within an enterprise quota. (#23543)

This commit is contained in:
James Rasell
2024-07-11 14:54:25 +01:00
committed by GitHub
parent 81a5eed99b
commit f3de47e63d
4 changed files with 11 additions and 4 deletions

View File

@@ -119,6 +119,7 @@ description = "Limit the shared default namespace"
limit {
region = "global"
region_limit {
cores = 0
cpu = 2500
memory = 1000
memory_max = 1000
@@ -135,6 +136,7 @@ var defaultJsonQuotaSpec = strings.TrimSpace(`
{
"Region": "global",
"RegionLimit": {
"Cores": 0,
"CPU": 2500,
"MemoryMB": 1000,
"MemoryMaxMB": 1000