Skip to content
Merged
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
8 changes: 8 additions & 0 deletions api/services/ocean/aws/schemas/ocean-strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ properties:
The desired percentage of Spot instances out of all running instances.\
Only available when the field is **not** set in any VNG directly (launchSpec.strategy.spotPercentage).
example: 100
maxReplacementLimitPercentage:
type: integer
default: 10
minimum: 1
maximum: 100
description: |
Limits the percentage of instances that can be replaced at once during a run cycle.
Comment thread
ihor-parkhomenko-flexspot marked this conversation as resolved.
example: 25
gracePeriod:
type: integer
default: 300
Expand Down
Loading