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
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ properties:
$ref: "../schemas/oceanRightsizingRuleRecommendationApplicationHPA.yaml"
autoApplyDefinition:
$ref: "../schemas/oceanRightsizingRuleAutoApplyDefinition.yaml"
cpuPercentile:
type: integer
description: vCPU percentile for calculating recommendations.
example: 95
memoryPercentile:
type: integer
description: Memory percentile for calculating recommendations.
example: 90
downsideOnly:
type: boolean
description: When set to 'true', only downscale recommendations will be applied.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ properties:
$ref: "../schemas/oceanRightsizingRuleRecommendationApplicationHPA.yaml"
autoApplyDefinition:
$ref: "../schemas/oceanRightsizingRuleAutoApplyDefinition.yaml"
cpuPercentile:
type: integer
description: vCPU percentile for calculating recommendations.
example: 95
memoryPercentile:
type: integer
description: Memory percentile for calculating recommendations.
example: 90
downsideOnly:
type: boolean
description: When set to 'true', only downscale recommendations will be applied.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ properties:
$ref: "../schemas/oceanRightsizingRuleRecommendationApplicationHPA.yaml"
autoApplyDefinition:
$ref: "../schemas/oceanRightsizingRuleAutoApplyDefinition.yaml"
cpuPercentile:
type: integer
description: vCPU percentile for calculating recommendations.
example: 95
memoryPercentile:
type: integer
description: Memory percentile for calculating recommendations.
example: 90
downsideOnly:
type: boolean
description: When set to 'true', only downscale recommendations will be applied.
Expand Down
Loading