commit 2f8b5d612ef5c6c2a485d8686ef979791363ea9b parent af3b55f37bca3e8486347794b50782f20024b93b Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 13 Oct 2024 17:05:46 +0200 Tune postgres limits Diffstat:
| M | apps/base/postgres-operator/release.yaml | | | 6 | ------ |
| M | infrastructure/configs/postgres-clusters.yaml | | | 8 | ++++---- |
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/apps/base/postgres-operator/release.yaml b/apps/base/postgres-operator/release.yaml @@ -22,12 +22,6 @@ spec: image: registry: ghcr.io repository: zalando/postgres-operator - # values: - # tolerations: - # - key: "arch" - # operator: "Equal" - # value: "arm64" - # effect: "NoSchedule" --- apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -42,11 +42,11 @@ spec: numberOfInstances: 3 resources: requests: - cpu: 150m - memory: 3Gi + cpu: 166m + memory: 8481Mi limits: - cpu: 4000m - memory: 8Gi + cpu: null + memory: 8481Mi postgresql: version: "15" parameters: