Skip to content

Commit

Permalink
Lower memory on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Apr 17, 2024
1 parent 01f08dd commit 59fb804
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ spec:
image: nginx:latest
resources:
limits:
cpu: 0.1
memory: 100M
cpu: 80M
memory: 50M
```
Add Kondense as a sidecar:
Expand All @@ -73,7 +73,7 @@ spec:
resources:
limits:
cpu: 80m
memory: 100M
memory: 50M
```
**Notes:**
Expand Down Expand Up @@ -103,7 +103,7 @@ Kondense is configurable via environment variables in the kondense container.
resources:
limits:
cpu: 80m
memory: 100M
memory: 50M
env:
- name: <CONTAINER NAME>_MEMORY_MIN
value: "100m"
Expand Down
4 changes: 2 additions & 2 deletions example/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ spec:
image: kondense/kondense:1.1.0
resources:
limits:
cpu: 0.08
memory: 100M
cpu: 80m
memory: 50M
2 changes: 1 addition & 1 deletion manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
resources:
limits:
cpu: 80m
memory: 100M
memory: 50M

0 comments on commit 59fb804

Please sign in to comment.