authentik: raise CNPG postgres memory to stop replica OOMKills #300

Merged
benvin merged 1 commits from benvin/authentik-pg-memory into main 2026-07-28 18:16:32 +10:00
+4 -2
View File
@@ -106,10 +106,12 @@ spec:
resources:
limits:
cpu: 500m
memory: 512Mi
# 512Mi OOMKilled replicas under load (shared_buffers 128MB +
# max_connections 200 leave no headroom) — see incident 2026-07-28.
memory: 1Gi
requests:
cpu: 50m
memory: 256Mi
memory: 512Mi
smartShutdownTimeout: 180
startDelay: 3600
stopDelay: 1800