Hotfix wrong code. Better PR will come and make this proper.

This commit is contained in:
Jan Mußler 2020-01-30 13:03:36 +01:00
parent fddaf0fb73
commit ba8cfe706a
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)