Increase allowed memory for well-known
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
04af487324
commit
3baa5597fa
@ -231,9 +231,9 @@ spec:
|
|||||||
mountPath: /usr/share/nginx/html/.well-known/matrix
|
mountPath: /usr/share/nginx/html/.well-known/matrix
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 5Mi
|
memory: 10Mi
|
||||||
requests:
|
requests:
|
||||||
memory: 5Mi
|
memory: 10Mi
|
||||||
volumes:
|
volumes:
|
||||||
- name: well-known
|
- name: well-known
|
||||||
configMap:
|
configMap:
|
||||||
|
Loading…
Reference in New Issue
Block a user