forked from github.com/plausible-hosting
lowered unreasonably high resource requirements
This commit is contained in:
parent
03919f11f1
commit
aa9f96cd12
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user