Hotfix wrong code. Better PR will come and make this proper.
This commit is contained in:
parent
fddaf0fb73
commit
ba8cfe706a
|
|
@ -499,7 +499,7 @@ func (c *Cluster) validateResources(spec *acidv1.PostgresSpec) error {
|
||||||
|
|
||||||
// setting limits too low can cause unnecessary evictions / OOM kills
|
// setting limits too low can cause unnecessary evictions / OOM kills
|
||||||
const (
|
const (
|
||||||
cpuMinLimit = "256m"
|
cpuMinLimit = "99m"
|
||||||
memoryMinLimit = "256Mi"
|
memoryMinLimit = "256Mi"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue