Removed cpu limits to avoid hitting overall cluster limits
This commit is contained in:
@@ -25,8 +25,8 @@ spec:
|
|||||||
name: postgres
|
name: postgres
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "2"
|
#cpu: "2"
|
||||||
memory: 2Gi
|
#memory: 2Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user