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
|
||||
cpu: 1500m
|
||||
requests:
|
||||
memory: 128Mi
|
||||
cpu: 250m
|
||||
memory: 65Mi
|
||||
cpu: 15m
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
@ -71,8 +71,8 @@ spec:
|
||||
memory: 2Gi
|
||||
cpu: 1500m
|
||||
requests:
|
||||
memory: 200Mi
|
||||
cpu: 250m
|
||||
memory: 80Mi
|
||||
cpu: 10m
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /ping
|
||||
|
@ -55,7 +55,7 @@ spec:
|
||||
cpu: 500m
|
||||
requests:
|
||||
memory: 5Mi
|
||||
cpu: 100m
|
||||
cpu: 1m
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 25
|
||||
|
@ -83,8 +83,8 @@ spec:
|
||||
memory: 2Gi
|
||||
cpu: 1500m
|
||||
requests:
|
||||
memory: 200Mi
|
||||
cpu: 250m
|
||||
memory: 140Mi
|
||||
cpu: 10m
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/health
|
||||
|
Loading…
Reference in New Issue
Block a user