Skip to content

Commit

Permalink
fix: Highlight in instructions the related CPU/memory/ephemeral stora…
Browse files Browse the repository at this point in the history
…ge limit of an Advice
  • Loading branch information
ManuelGerding committed Dec 22, 2023
1 parent 7bfd76c commit 134a975
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
5 changes: 4 additions & 1 deletion extadvice/cpu_limit/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ spec:
requests:
memory: "64Mi"
cpu: "250m"
ephemeral-storage: "2Gi"
% startHighlight %
limits:
memory: "128Mi"
cpu: "500m"
% endHighlight %
memory: "128Mi"
ephemeral-storage: "4Gi"

```

### Read More
Expand Down
4 changes: 3 additions & 1 deletion extadvice/cpu_request/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ spec:
resources:
% startHighlight %
requests:
memory: "64Mi"
cpu: "250m"
% endHighlight %
memory: "64Mi"
ephemeral-storage: "2Gi"
limits:
memory: "128Mi"
cpu: "500m"
ephemeral-storage: "4Gi"
```
### Read More
Expand Down
5 changes: 3 additions & 2 deletions extadvice/ephemeral_storage_limit/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ spec:
ephemeral-storage: "2Gi"
% startHighlight %
limits:
memory: "128Mi"
cpu: "500m"
ephemeral-storage: "4Gi"
% endHighlight %
memory: "128Mi"
cpu: "500m"

```

### Read More
Expand Down
4 changes: 2 additions & 2 deletions extadvice/ephemeral_storage_request/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ spec:
resources:
% startHighlight %
requests:
memory: "64Mi"
cpu: "250m"
ephemeral-storage: "2Gi"
% endHighlight %
memory: "64Mi"
cpu: "250m"
limits:
memory: "128Mi"
cpu: "500m"
Expand Down
6 changes: 4 additions & 2 deletions extadvice/memory_limit/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ spec:
requests:
memory: "64Mi"
cpu: "250m"
% startHighlight %
ephemeral-storage: "2Gi"
% startHighlight %
limits:
memory: "128Mi"
cpu: "500m"
% endHighlight %
cpu: "500m"
ephemeral-storage: "4Gi"
```
### Read More
Expand Down
4 changes: 3 additions & 1 deletion extadvice/memory_request/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ spec:
% startHighlight %
requests:
memory: "64Mi"
cpu: "250m"
% endHighlight %
cpu: "250m"
ephemeral-storage: "2Gi"
limits:
memory: "128Mi"
cpu: "500m"
ephemeral-storage: "4Gi"
```
### Read More
Expand Down

0 comments on commit 134a975

Please sign in to comment.