set memory limits
This commit is contained in:
@@ -26,8 +26,10 @@ valkey:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 32Mi
|
||||
|
||||
server:
|
||||
enabled: true
|
||||
@@ -39,8 +41,10 @@ server:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
limits:
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 512Mi
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
@@ -62,5 +66,7 @@ machine-learning:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
limits:
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 384Mi
|
||||
|
||||
Reference in New Issue
Block a user