Fix typo: job -> task
This commit is contained in:
parent
f081bf57ec
commit
eb4dd2f3ba
|
@ -95,14 +95,14 @@ job "docs" {
|
|||
}
|
||||
|
||||
# It is possible to set environment variables which will be
|
||||
# available to the job when it runs.
|
||||
# available to the task when it runs.
|
||||
env {
|
||||
"DB_HOST" = "db01.example.com"
|
||||
"DB_USER" = "web"
|
||||
"DB_PASS" = "loremipsum"
|
||||
}
|
||||
|
||||
# Specify the maximum resources required to run the job,
|
||||
# Specify the maximum resources required to run the task,
|
||||
# include CPU, memory, and bandwidth.
|
||||
resources {
|
||||
cpu = 500 # MHz
|
||||
|
|
Loading…
Reference in a new issue