fix: Increase resource limits for Redis cache web interface container
This commit is contained in:
@@ -46,11 +46,11 @@ spec:
|
||||
mountPath: /app
|
||||
resources:
|
||||
requests:
|
||||
memory: "16Mi"
|
||||
memory: "32Mi"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "32Mi"
|
||||
cpu: "100m"
|
||||
memory: "128Mi"
|
||||
cpu: "200m"
|
||||
volumes:
|
||||
- name: web-interface
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user