mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +01:00
22 lines
369 B
YAML
22 lines
369 B
YAML
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Cluster
|
|
metadata:
|
|
name: cluster-restore
|
|
spec:
|
|
instances: 3
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
bootstrap:
|
|
recovery:
|
|
backup:
|
|
name: backup-example
|
|
usePlugin: true
|
|
|
|
plugins:
|
|
- name: barman-cloud.cloudnative-pg.io
|
|
# parameters:
|
|
# barmanObjectName: minio-store
|
|
|
|
storage:
|
|
size: 1Gi
|