Work around mandatory backup

This commit is contained in:
Lauri Võsandi 2022-12-17 15:58:21 +02:00
parent fd76ea3b7f
commit 18cb5d5cae
1 changed files with 15 additions and 1 deletions

View File

@ -21,6 +21,20 @@ spec:
labelSelector:
matchLabels:
postgres-operator.crunchydata.com/cluster: harbor
postgres-operator.crunchydata.com/instance-set: postgres
backups:
pgbackrest:
repos: []
global:
repo1-retention-full: "0"
repo1-retention-full-type: time
repos:
- name: repo1
schedules:
full: "0 5 31 2 *"
volume:
volumeClaimSpec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Mi