Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Update sysdig-cloud CPU spec #2394

Open
wants to merge 1 commit into
base: version-3.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions repo/packages/S/sysdig-cloud/0/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"type": "string"
},
"cpus": {
"default": 0.05,
"default": 1,
"description": "CPU (shares) to allocate to each Sysdig Cloud agent task",
"minimum": 0.05,
"minimum": 1,
"type": "number"
},
"instances": {
Expand Down
4 changes: 2 additions & 2 deletions repo/packages/S/sysdig-cloud/1/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"type": "boolean"
},
"cpus": {
"default": 0.05,
"default": 1,
"description": "CPU (shares) to allocate to each Sysdig Cloud agent task",
"minimum": 0.05,
"minimum": 1,
"type": "number"
},
"instances": {
Expand Down