From 59fb804ec1460bcc32bd9b8069a90fa2cf3aa1d4 Mon Sep 17 00:00:00 2001 From: mathieu cesbron Date: Wed, 17 Apr 2024 09:26:13 +0000 Subject: [PATCH] Lower memory on examples --- README.md | 8 ++++---- example/nginx.yaml | 4 ++-- manifests/deployment.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 64d2861..05b0565 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ spec: image: nginx:latest resources: limits: - cpu: 0.1 - memory: 100M + cpu: 80M + memory: 50M ``` Add Kondense as a sidecar: @@ -73,7 +73,7 @@ spec: resources: limits: cpu: 80m - memory: 100M + memory: 50M ``` **Notes:** @@ -103,7 +103,7 @@ Kondense is configurable via environment variables in the kondense container. resources: limits: cpu: 80m - memory: 100M + memory: 50M env: - name: _MEMORY_MIN value: "100m" diff --git a/example/nginx.yaml b/example/nginx.yaml index e072ace..9262f74 100644 --- a/example/nginx.yaml +++ b/example/nginx.yaml @@ -49,5 +49,5 @@ spec: image: kondense/kondense:1.1.0 resources: limits: - cpu: 0.08 - memory: 100M \ No newline at end of file + cpu: 80m + memory: 50M \ No newline at end of file diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index ca630a8..30ed13a 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -26,4 +26,4 @@ spec: resources: limits: cpu: 80m - memory: 100M \ No newline at end of file + memory: 50M \ No newline at end of file