Remove Nomad Job Scaling option
because our current Poseidon-Nomad architecture has a 1:1 runner-job relationship and there is no need to have more than the one task per job.
This commit is contained in:

committed by
Sebastian Serth

parent
3a22c30b22
commit
ead96f6f18
@ -11,11 +11,6 @@ job "template-0" {
|
|||||||
sticky = false
|
sticky = false
|
||||||
}
|
}
|
||||||
count = 1
|
count = 1
|
||||||
scaling {
|
|
||||||
enabled = true
|
|
||||||
min = 0
|
|
||||||
max = 300
|
|
||||||
}
|
|
||||||
spread {
|
spread {
|
||||||
// see https://www.nomadproject.io/docs/job-specification/spread#even-spread-across-data-center
|
// see https://www.nomadproject.io/docs/job-specification/spread#even-spread-across-data-center
|
||||||
// This spreads the load evenly amongst our nodes
|
// This spreads the load evenly amongst our nodes
|
||||||
|
Reference in New Issue
Block a user