Skip to content

Commit

Permalink
removed isenabled and default values added to autoscale headrooms
Browse files Browse the repository at this point in the history
  • Loading branch information
noasaunders219 committed Nov 8, 2023
1 parent 5c4c076 commit 9214e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions api/services/ocean/aksV2/schemas/ocean-autoScale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,22 @@ properties:
Configure the number of CPUs to allocate the headroom. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
type: integer
example: 1024
default: 0
memoryPerUnit:
description: |
Configure the amount of memory (MiB) to allocate the headroom.
type: integer
example: 512
default: 0
gpuPerUnit:
type: integer
description: |
Amont of GPU to allocate for headroom unit.
example: 0
default: 0
numOfUnits:
description: |
The number of units to retain as headroom, where each unit has the defined headroom CPU and memory.
type: integer
example: 2
default: 0
4 changes: 0 additions & 4 deletions api/services/ocean/aksV2/schemas/ocean-autoScaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ properties:
description: |
Automatic headroom configuration.
properties:
isEnabled:
type: boolean
description: |
Enable automatic headroom. When set to True, Ocean configures and optimizes headroom automatically.
percentage:
type: integer
description: |
Expand Down

0 comments on commit 9214e2f

Please sign in to comment.