Files
chart/library/ix-dev/test/minio/templates/_postgres.tpl
2024-01-04 13:55:18 +02:00

16 lines
507 B
Smarty

{{- define "postgres.workload" -}}
workload:
{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds" "resources" .Values.resources) | nindent 2 }}
{{/* Service */}}
service:
{{- include "ix.v1.common.app.postgresService" $ | nindent 2 }}
{{/* Persistence */}}
persistence:
{{- include "ix.v1.common.app.postgresPersistence"
(dict "pgData" .Values.minioLogging.logsearch.pgData
"pgBackup" .Values.minioLogging.logsearch.pgBackup
) | nindent 2 }}
{{- end -}}