staging: change resources for im job

This commit is contained in:
Alex 2022-11-04 11:22:54 +01:00
parent cc945340a1
commit 7587024ff5
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 6 additions and 2 deletions

View File

@ -50,7 +50,8 @@ job "im" {
}
resources {
memory = 200
memory = 100
memory_max = 1000
cpu = 1000
}
}
@ -91,6 +92,7 @@ job "im" {
resources {
memory = 2000
memory_max = 3000
cpu = 1000
}
@ -126,6 +128,7 @@ job "im" {
resources {
cpu = 100
memory = 100
memory_max = 500
}
template {
@ -163,7 +166,8 @@ EOH
}
resources {
memory = 250
memory = 200
memory_max = 1000
cpu = 100
}
}