mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
quota: Allow cores to be configured within an enterprise quota. (#23543)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user