fix(postgresql): Enable huge pages

This commit is contained in:
SeanOMik 2024-02-11 11:03:07 -05:00
parent 8b7a8fca30
commit 77c41001b5
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 0 additions and 20 deletions

View File

@ -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