Files
chart/community/gitea/1.1.24/templates/_postgres.tpl
2024-10-10 13:21:35 +00:00

17 lines
601 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:
{{- include "ix.v1.common.app.postgresService" $ | nindent 2 }}
{{/* Persistence */}}
persistence:
{{- include "ix.v1.common.app.postgresPersistence"
(dict "pgData" .Values.giteaStorage.pgData
"pgBackup" .Values.giteaStorage.pgBackup
) | nindent 2 }}
{{- end -}}