Skip to content
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
7 changes: 7 additions & 0 deletions api/services/ocean/aks/schemas/ocean-autoScale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ description: |
Object specifying the automatic scaling of an Ocean VNG.
title: Ocean AKS Auto Scale
properties:
autoHeadroomPercentage:
type: integer
description: |
Optionally set a number between 0-200 to control the percentage of VNG resources dedicated to automatic headroom.
example: 5
minimum: 0
maximum: 200
headrooms:
type: array
description: |
Expand Down
7 changes: 7 additions & 0 deletions api/services/ocean/aks/schemas/ocean-autoScaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ properties:
maximum: 100
description: The maximum percentage allowed to scale down in a single scaling action.
example: 30
enableAutomaticAndManualHeadroom:
type: boolean
description: |
Enable mixed mode for manual and automatic headroom.
Relevant only when `headroom.automatic.isEnabled` is set to true.
If false, Ocean manages headroom automatically without combining with manual VNG headrooms.
example: true
headroom:
type: object
description: |
Expand Down
Loading