From ee34105a408803b43f530cf7fd54934cfb68241c Mon Sep 17 00:00:00 2001 From: anjan Date: Thu, 20 Aug 2026 15:05:53 +0530 Subject: [PATCH] SOD-824: add orientation field to Ocean AKS VNG strategy --- 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 7d8417f1..d68f2c95 100644 --- a/api/services/ocean/aks/schemas/ocean-strategy.yaml +++ b/api/services/ocean/aks/schemas/ocean-strategy.yaml @@ -21,6 +21,13 @@ properties: description: > If no spot instance markets are available, enable Ocean to launch on-demand instances instead. example: true + orientation: + type: string + description: > + Set this value to control and manage optimization priorities. + enum: [ cost, availability ] + example: cost + default: cost drainingTimeout: type: integer description: >