From 77c41001b5fea1a4ba7365d3dd0e1f837aa90b2d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 11 Feb 2024 11:03:07 -0500 Subject: [PATCH] fix(postgresql): Enable huge pages --- .../database/postgresql/helm-release.yaml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/cluster/apps/database/postgresql/helm-release.yaml b/cluster/apps/database/postgresql/helm-release.yaml index a9e1ec9..0b3f892 100644 --- a/cluster/apps/database/postgresql/helm-release.yaml +++ b/cluster/apps/database/postgresql/helm-release.yaml @@ -36,26 +36,6 @@ spec: enabled: true runAsUser: 10000 - extendedConfiguration: |- - huge_pages = off - extraVolumeMounts: - - name: pg-sample-config - mountPath: /opt/bitnami/postgresql/share/postgresql.conf.sample - subPath: postgresql.conf.sample - extraVolumes: - - configMap: - name: pg-sample-config - name: pg-sample-config - - extraDeploy: - - apiVersion: v1 - kind: ConfigMap - metadata: - name: pg-sample-config - data: - postgresql.conf.sample: |- - huge_pages = off - readReplicas: containerSecurityContext: enabled: true