diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:24:37 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:24:37 +0100 |
| commit | ab25d010404374470d845df8cf120a3f7674696b (patch) | |
| tree | 1927f46302b1e18cc21015130197ba17d63f3bb5 /bundles/miniflux | |
| parent | 86c4085996b4fcde35d7913bf3ca68eb429ae678 (diff) | |
miniflux: remove resource requests
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/miniflux')
| -rw-r--r-- | bundles/miniflux/files/kube.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
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 |