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