Sync chart from pieced-threema-gateway 0.1.8
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user