From ab25d010404374470d845df8cf120a3f7674696b Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:24:37 +0100 Subject: miniflux: remove resource requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/miniflux/files/kube.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bundles/miniflux') diff --git a/bundles/miniflux/files/kube.yaml b/bundles/miniflux/files/kube.yaml index 97035f4..b3d2527 100644 --- a/bundles/miniflux/files/kube.yaml +++ b/bundles/miniflux/files/kube.yaml @@ -49,9 +49,6 @@ spec: exec: command: ["/usr/bin/miniflux", "-healthcheck", "auto"] resources: - requests: - cpu: 10m - memory: 60Mi limits: cpu: 100m memory: 128Mi @@ -68,9 +65,6 @@ spec: command: ["pg_isready", "-U", "miniflux"] initialDelaySeconds: 5 resources: - requests: - cpu: 10m - memory: 6Mi limits: cpu: 100m memory: 128Mi -- cgit 1.4.1