Add custom postgresql configuration in helm chart

This commit is contained in:
wbsong111
2024-11-13 10:57:38 +09:00
parent 84cef6d9bd
commit ca4f8416e4
4 changed files with 210 additions and 0 deletions
@@ -458,6 +458,10 @@ spec:
{{- if .Values.postgresql.extraVolumeMounts }}
{{- include "common.tplvalues.render" (dict "value" .Values.postgresql.extraVolumeMounts "context" $) | nindent 12 }}
{{- end }}
{{- if ( include "postgresql-ha.configuration.postgresql.sharedMemory" . ) }}
- name: dshm
mountPath: /dev/shm
{{- end }}
{{- if .Values.metrics.enabled }}
- name: metrics
image: {{ include "postgresql-ha.metrics.image" . }}
@@ -598,6 +602,12 @@ spec:
- name: postgresql-certificates
emptyDir: {}
{{- end }}
{{- if ( include "postgresql-ha.configuration.postgresql.sharedMemory" . ) }}
- name: dshm
emptyDir:
medium: Memory
sizeLimit: {{ include "postgresql-ha.configuration.postgresql.sharedMemory" . }}
{{- end }}
{{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
- name: data
persistentVolumeClaim: