Added better memory limits

This commit is contained in:
2021-05-21 11:56:07 +01:00
parent a5c92eacef
commit 9a00be7aff
12 changed files with 41 additions and 19 deletions

View File

@@ -220,6 +220,11 @@ spec:
volumeMounts:
- name: well-known
mountPath: /usr/share/nginx/html/.well-known/matrix
resources:
limits:
memory: 5Mi
requests:
memory: 5Mi
volumes:
- name: well-known
configMap: