From 3bf900ef9140a03d5c67248100265acd03ed2886 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 18 Aug 2025 18:19:35 +0300 Subject: [PATCH] [src] Azure Ocean Strategy Scaling Orientation --- api/services/ocean/aks/schemas/ocean-strategy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/services/ocean/aks/schemas/ocean-strategy.yaml b/api/services/ocean/aks/schemas/ocean-strategy.yaml index ad66b71f9..e6b2bdf52 100644 --- a/api/services/ocean/aks/schemas/ocean-strategy.yaml +++ b/api/services/ocean/aks/schemas/ocean-strategy.yaml @@ -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 \ No newline at end of file