diff options
| -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 |