Skip to content

Commit 6038859

Browse files
committed
Remove cpu constraints
1 parent 9c512db commit 6038859

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

nomad-jobs/codinggrace.nomad

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ job "codinggrace" {
3232
}
3333
}
3434
resources {
35-
cpu = 500
3635
memory = 64
3736
network {
38-
mbits = 10
3937
port "memcached" {}
4038
}
4139
}
@@ -73,10 +71,8 @@ job "codinggrace" {
7371
}
7472
}
7573
resources {
76-
cpu = 500
7774
memory = 64
7875
network {
79-
mbits = 10
8076
port "psql" {}
8177
}
8278
}
@@ -152,10 +148,8 @@ EOF
152148
}
153149

154150
resources {
155-
cpu = 500
156151
memory = 256
157152
network {
158-
mbits = 10
159153
port "http" {
160154
}
161155
}

0 commit comments

Comments
 (0)