Sync chart from pieced-threema-gateway 0.1.8

This commit is contained in:
2026-05-19 18:42:31 +00:00
parent 834bed88e0
commit 342f5728f4
5 changed files with 292 additions and 3 deletions

View File

@@ -17,4 +17,23 @@ spec:
{{- toYaml .Values.postgres.resources | nindent 4 }}
monitoring:
enablePodMonitor: true
{{- if .Values.postgres.backup.enabled }}
backup:
barmanObjectStore:
destinationPath: s3://{{ .Values.postgres.backup.s3.bucket }}/pieced-threema-gateway-db/
endpointURL: {{ .Values.postgres.backup.s3.endpointURL | quote }}
s3Credentials:
accessKeyId:
name: cnpg-s3-credentials
key: ACCESS_KEY_ID
secretAccessKey:
name: cnpg-s3-credentials
key: ACCESS_SECRET_KEY
wal:
compression: {{ .Values.postgres.backup.wal.compression }}
maxParallel: {{ .Values.postgres.backup.wal.maxParallel }}
data:
compression: {{ .Values.postgres.backup.data.compression }}
retentionPolicy: {{ .Values.postgres.backup.retentionPolicy | quote }}
{{- end }}
{{- end }}