Skip to content
Open
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
7 changes: 7 additions & 0 deletions api/services/ocean/aks/schemas/ocean-strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ properties:
description: >
If no spot instance markets are available, enable Ocean to launch on-demand instances instead.
example: true
orientation:
type: string
description: |
You can control the approach that Ocean takes while launching nodes in a Virtual Node Group by configuring this value.
enum: [ cost, availability ]
example: cost
default: availability
Loading