Skip to content

Commit

Permalink
ATOR-295 - Add resources (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov authored Jun 11, 2024
1 parent 4015083 commit e0bd4e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions operations/deploy-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ ORPort {{ env `NOMAD_PORT_orport` }}
}

resources {
cpu = 512
memory = 512
cpu = 1000
memory = 1000
}

template {
Expand Down Expand Up @@ -183,7 +183,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }}

resources {
cpu = 128
memory = 1280
memory = 1500
}

service {
Expand Down
6 changes: 3 additions & 3 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ ORPort {{ env `NOMAD_PORT_orport` }}
}

resources {
cpu = 512
memory = 512
cpu = 1000
memory = 1000
}

template {
Expand Down Expand Up @@ -183,7 +183,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }}

resources {
cpu = 128
memory = 1280
memory = 1500
}

service {
Expand Down

0 comments on commit e0bd4e4

Please sign in to comment.