1
0
Fork 0

ajust memory limits

This commit is contained in:
Massaki Archambault 2021-08-27 20:49:00 -04:00
parent 9b2f192343
commit fcdfc5131a
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -16,4 +16,4 @@ spec:
memory: 3Gi memory: 3Gi
limits: limits:
cpu: 2000m cpu: 2000m
memory: 4Gi memory: 3Gi