fix(postgresql): Enable huge pages
This commit is contained in:
parent
8b7a8fca30
commit
77c41001b5
|
@ -36,26 +36,6 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
runAsUser: 10000
|
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:
|
readReplicas:
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue