Skip to content

Commit

Permalink
Improve writing
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Ledworowski <[email protected]>
  • Loading branch information
JakubLedworowski committed Dec 9, 2024
1 parent 136c636 commit aedb4ae
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ChatQnA/kubernetes/intel/README_tdx.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,12 @@ If you want to have more control over what is protected with Intel TDX or use a
done
```

2. For each service, define the resources that must be assigned to the pod to run the service efficiently.
The resources must be defined in the `resources` section of the pod's container definition.
The `memory` must be at least 2x the image size.
The `cpu` and `memory` resources must be defined at least in `limits` sections.
By default, the pod will be assigned 1 CPU and 2048 MiB of memory, but half of it will be used for filesystem.
2. For each service, edit the deployment file to define the resources that must be assigned to the pod to run the service efficiently:

- The resources must be defined in the `resources` section of the pod's container definition.
- The `memory` must be at least 2x the image size.
- The `cpu` and `memory` resources must be defined at least in `limits` sections.
- By default, the pod will be assigned 1 CPU and 2048 MiB of memory, but half of it will be used for filesystem.

3. Apply the changes to the deployment configuration:

Expand Down

0 comments on commit aedb4ae

Please sign in to comment.