diff --git a/apps/production/element-server-suite.yaml b/apps/production/element-server-suite.yaml index c82ce0d..a25e455 100755 --- a/apps/production/element-server-suite.yaml +++ b/apps/production/element-server-suite.yaml @@ -59,6 +59,14 @@ spec: enabled: true ingress: host: mrtc.axion1337.chat + # Chart default (20Mi request+limit) OOM-killed the authorisation service after + # ~74 days of uptime (2026-07-28) - too tight for a long-running Go service. + resources: + requests: + memory: 64Mi + cpu: 50m + limits: + memory: 128Mi # Element Web elementWeb: