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