Fix typo: job -> task

This commit is contained in:
Adam Stankiewicz 2017-10-13 11:51:17 +02:00
parent f081bf57ec
commit eb4dd2f3ba
No known key found for this signature in database
GPG key ID: A62480DCEAC884DF

View file

@ -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