Skip to content

Commit 109a7f8

Browse files
Remove repo2.
1 parent bb51f8b commit 109a7f8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

crunchy-postgres/charts/crunchy-postgres/templates/PostgresCluster.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,6 @@ spec:
103103
#How many differential/full backups to keep WAL files for
104104
repo1-retention-archive: {{ .Values.pgBackRest.retentionArchiveCount | quote}}
105105

106-
# hardcoding repo2 until we solution allowing multiple repos
107-
repo2-retention-full: {{ .Values.pgBackRest.retentionFull | quote }}
108-
repo2-retention-full-type: {{ .Values.pgBackRest.retentionFullType }}
109-
110-
# how many differential backups to keep
111-
repo2-retention-diff: {{ .Values.pgBackRest.retentionDifferential | quote}}
112-
113-
#Whether to expire .wal files on any backup or full backup only
114-
repo2-retention-archive-type: {{ .Values.pgBackRest.retentionArchiveType }}
115-
#How many differential/full backups to keep WAL files for
116-
repo2-retention-archive: {{ .Values.pgBackRest.retentionArchiveCount | quote}}
117-
118-
repo2-s3-uri-style: {{ .Values.pgBackRest.s3UriStyle }}
119-
repo2-path: /pgbackrest/postgres-operator/{{.Values.pgBackRest.repos.s3.directoryName}}/repo2
120106
db-timeout: {{ .Values.pgBackRest.timeout | quote}}
121107

122108

@@ -135,15 +121,6 @@ spec:
135121
requests:
136122
storage: {{ .Values.pgBackRest.repos.volume.storage }}
137123
storageClassName: {{ .Values.pgBackRest.repos.volume.storageClassName }}
138-
- name: repo2
139-
schedules:
140-
full: {{ .Values.pgBackRest.repos.schedulesOffset.full }}
141-
differential: {{ .Values.pgBackRest.repos.schedulesOffset.differential }}
142-
incremental: {{ .Values.pgBackRest.repos.schedulesOffset.incremental }}
143-
s3:
144-
bucket: {{ .Values.pgBackRest.repos.s3.bucket }}
145-
endpoint: {{ .Values.pgBackRest.repos.s3.endpoint }}
146-
region: {{ .Values.pgBackRest.repos.s3.region}}
147124

148125

149126
# this stuff is for the "pgbackrest" container (the only non-init container) in the "postgres-crunchy-repo-host" pod

0 commit comments

Comments
 (0)