mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
[tiny] Fix an indent in init template
This commit is contained in:
@@ -150,7 +150,7 @@ job "example" {
|
||||
# this task to ensure it runs on a machine with
|
||||
# enough capacity.
|
||||
resources {
|
||||
cpu = 500 # 500 Mhz
|
||||
cpu = 500 # 500 MHz
|
||||
memory = 256 # 256MB
|
||||
network {
|
||||
mbits = 10
|
||||
@@ -172,7 +172,7 @@ job "example" {
|
||||
# Specify configuration related to log rotation
|
||||
# logs {
|
||||
# max_files = 10
|
||||
# max_file_size = 15
|
||||
# max_file_size = 15
|
||||
# }
|
||||
|
||||
# Controls the timeout between signalling a task it will be killed
|
||||
|
||||
@@ -49,7 +49,7 @@ task "memcached" {
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 500 # 500 Mhz
|
||||
cpu = 500 # 500 MHz
|
||||
memory = 256 # 256MB
|
||||
network {
|
||||
mbits = 10
|
||||
|
||||
Reference in New Issue
Block a user