From 57fedd0d850c08a0009ea56c029c0bd55aba1531 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 31 May 2022 11:13:00 +0000 Subject: [PATCH] Drop cron resource requests --- manifests/nextcloud_chart/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 706755c..635866a 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -891,7 +891,7 @@ spec: - "https://nextcloud.cluster.fun/cron.php" resources: requests: - memory: 500Mi + memory: 200Mi --- # Source: nextcloud/templates/ingress.yaml apiVersion: networking.k8s.io/v1