ajust memory limits
This commit is contained in:
parent
9b2f192343
commit
fcdfc5131a
|
@ -42,7 +42,7 @@ spec:
|
|||
memory: 2Gi
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 4Gi
|
||||
memory: 2Gi
|
||||
---
|
||||
kind: Role
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
|
|
@ -49,7 +49,7 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
cpu: 750m
|
||||
memory: 75Mi
|
||||
memory: 750Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
|
|
|
@ -45,7 +45,7 @@ spec:
|
|||
memory: 2Gi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 4Gi
|
||||
memory: 3Gi
|
||||
volumeMounts:
|
||||
- name: postgres-pvc
|
||||
mountPath: /data
|
||||
|
|
|
@ -16,4 +16,4 @@ spec:
|
|||
memory: 3Gi
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 4Gi
|
||||
memory: 3Gi
|
Loading…
Reference in New Issue