From ba8cfe706ac216b80d652410711acf712a7eb8ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mu=C3=9Fler?= Date: Thu, 30 Jan 2020 13:03:36 +0100 Subject: [PATCH] Hotfix wrong code. Better PR will come and make this proper. --- pkg/cluster/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/cluster.go b/pkg/cluster/cluster.go index 0a7377389..63994fe01 100644 --- a/pkg/cluster/cluster.go +++ b/pkg/cluster/cluster.go @@ -499,7 +499,7 @@ func (c *Cluster) validateResources(spec *acidv1.PostgresSpec) error { // setting limits too low can cause unnecessary evictions / OOM kills const ( - cpuMinLimit = "256m" + cpuMinLimit = "99m" memoryMinLimit = "256Mi" )