Skip to content

Commit 59fb804

Browse files
Lower memory on examples
1 parent 01f08dd commit 59fb804

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ spec:
4949
image: nginx:latest
5050
resources:
5151
limits:
52-
cpu: 0.1
53-
memory: 100M
52+
cpu: 80M
53+
memory: 50M
5454
```
5555
5656
Add Kondense as a sidecar:
@@ -73,7 +73,7 @@ spec:
7373
resources:
7474
limits:
7575
cpu: 80m
76-
memory: 100M
76+
memory: 50M
7777
```
7878
7979
**Notes:**
@@ -103,7 +103,7 @@ Kondense is configurable via environment variables in the kondense container.
103103
resources:
104104
limits:
105105
cpu: 80m
106-
memory: 100M
106+
memory: 50M
107107
env:
108108
- name: <CONTAINER NAME>_MEMORY_MIN
109109
value: "100m"

example/nginx.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ spec:
4949
image: kondense/kondense:1.1.0
5050
resources:
5151
limits:
52-
cpu: 0.08
53-
memory: 100M
52+
cpu: 80m
53+
memory: 50M

manifests/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ spec:
2626
resources:
2727
limits:
2828
cpu: 80m
29-
memory: 100M
29+
memory: 50M

0 commit comments

Comments
 (0)