Files
chart/library/ix-dev/test/minio/templates/_postgres.tpl
Stavros Kois 0042e1c56d minio/test - migrate storage section (adds acl), update container image (#1994)
* bump version and common

* update values

* update templtes

* update ui

* add migration

* missed one

* keep version on test train in order to test migration in storage section

* fix migration value

* update appversion to reflect the actual version
2024-01-04 13:58:14 +02:00

21 lines
840 B
Smarty

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