Skip to content

Commit

Permalink
Docs - missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelaossa committed Nov 20, 2024
1 parent 8d8570f commit c9b94a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/resources/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ The `service_sizing_policy` block supports:
- `maximum_memory` - Vertical autoscaling only - Defines the upper memory threshold,
capping the maximum memory allocation possible through Autoscaler. If blank,
the container can scale to the largest size available.
- `min_cpu_threshold` - Horizontal autoscaling only -
- `max_cpu_threshold` - Horizontal autoscaling only -
- `min_cpu_threshold` - Horizontal autoscaling only - Specifies the percentage of the current CPU usage at which
a down-scaling action is triggered.
- `max_cpu_threshold` - Horizontal autoscaling only - Specifies the percentage of the current CPU usage at which
an up-scaling action is triggered.
- `min_containers` - Horizontal autoscaling only - Sets the lowest container count to which
the service can be scaled down by Autoscaler.
- `max_containers` - Horizontal autoscaling only - Sets the highest container count to which
Expand Down

0 comments on commit c9b94a2

Please sign in to comment.