arrstack: raise arrstack-postgres resources after OOMKills
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

Both replicas OOMKilled at the 1Gi limit on 2026-08-23, causing a
failover and a stuck replica. Raise requests to 1Gi/250m and limits
to 2Gi/1 cpu.
This commit is contained in:
2026-08-23 21:54:35 +10:00
parent 8da505ceb4
commit f46a3f4bcb
@@ -147,10 +147,10 @@ spec:
resources: resources:
limits: limits:
cpu: "1" cpu: "1"
memory: 1Gi memory: 2Gi
requests: requests:
cpu: 50m cpu: 250m
memory: 512Mi memory: 1Gi
smartShutdownTimeout: 180 smartShutdownTimeout: 180
startDelay: 3600 startDelay: 3600
stopDelay: 1800 stopDelay: 1800