mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Remove 'disk space' from docs
This commit is contained in:
@@ -4,7 +4,7 @@ page_title: "resources Stanza - Job Specification"
|
||||
sidebar_current: "docs-job-specification-resources"
|
||||
description: |-
|
||||
The "resources" stanza describes the requirements a task needs to execute.
|
||||
Resource requirements include memory, disk space, network, cpu, and more.
|
||||
Resource requirements include memory, network, cpu, and more.
|
||||
---
|
||||
|
||||
# `resources` Stanza
|
||||
@@ -19,7 +19,7 @@ description: |-
|
||||
</table>
|
||||
|
||||
The `resources` stanza describes the requirements a task needs to execute.
|
||||
Resource requirements include memory, disk space, network, cpu, and more.
|
||||
Resource requirements include memory, network, cpu, and more.
|
||||
|
||||
```hcl
|
||||
job "docs" {
|
||||
|
||||
Reference in New Issue
Block a user