lowered unreasonably high resource requirements

This commit is contained in:
Oscar Beaumont 2021-07-19 14:05:07 +08:00
parent 03919f11f1
commit aa9f96cd12
4 changed files with 7 additions and 7 deletions

View File

@ -73,8 +73,8 @@ spec:
memory: 2Gi memory: 2Gi
cpu: 1500m cpu: 1500m
requests: requests:
memory: 128Mi memory: 65Mi
cpu: 250m cpu: 15m
readinessProbe: readinessProbe:
exec: exec:
command: command:

View File

@ -71,8 +71,8 @@ spec:
memory: 2Gi memory: 2Gi
cpu: 1500m cpu: 1500m
requests: requests:
memory: 200Mi memory: 80Mi
cpu: 250m cpu: 10m
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /ping path: /ping

View File

@ -55,7 +55,7 @@ spec:
cpu: 500m cpu: 500m
requests: requests:
memory: 5Mi memory: 5Mi
cpu: 100m cpu: 1m
readinessProbe: readinessProbe:
tcpSocket: tcpSocket:
port: 25 port: 25

View File

@ -83,8 +83,8 @@ spec:
memory: 2Gi memory: 2Gi
cpu: 1500m cpu: 1500m
requests: requests:
memory: 200Mi memory: 140Mi
cpu: 250m cpu: 10m
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /api/health path: /api/health