fix(k01): lower cpu requests so all infra and services fit on 1 vcpu node
This commit is contained in:
@@ -63,6 +63,8 @@ spec:
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 32Mi
|
||||
limits:
|
||||
memory: 64Mi
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
@@ -124,7 +126,7 @@ spec:
|
||||
mountPath: /data/ratelimit/config
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 20m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
Reference in New Issue
Block a user