fix: Raise matrixRTC authorisation service memory limit (20Mi -> 128Mi)
Auto-Deploy on Push / verify-and-notify (push) Canceled after 0s

Chart default of 20Mi request+limit OOM-killed the service today after
~74 days of uptime (3rd OOM over its lifetime), causing intermittent
call setup failures unrelated to the NetworkPolicy work happening in
parallel. 20Mi is razor-thin for a long-running Go service; bumping to
a still-modest 64Mi/128Mi request/limit.
This commit is contained in:
Thore Cimbal
2026-07-28 15:47:47 +02:00
parent 703cf1ff1c
commit 3b42b220a0
@@ -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: