Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikouaj committed Dec 29, 2023
1 parent a8217c0 commit ff24901
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Note: this is not an officially supported Google product.
* [Features](#features)
* [[Boost target] POD label selector](#boost-target-pod-label-selector)
* [[Boost resources] percentage increase](#boost-resources-percentage-increase)
* [[Boost resources] fixed target](#boost-resources-fixed-target)
* [[Boost duration] fixed time](#boost-duration-fixed-time)
* [[Boost duration] POD condition](#boost-duration-pod-condition)
* [License](#license)
Expand Down Expand Up @@ -144,6 +145,21 @@ spec:
value: 50
```

### [Boost resources] fixed target

Define the fixed resources for a target container(s). The CPU requests and limits of selected
container(s) will be set to the given values. Note that specified requests and limits have to be
higher than the ones in the container.

```yaml
spec:
containerPolicies:
- containerName: spring-rest-jpa
fixedResources:
requests: "1"
limits: "2"
```

### [Boost duration] fixed time

Define the fixed amount of time, the resource boost effect will last for it since the POD creation.
Expand Down

0 comments on commit ff24901

Please sign in to comment.