mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
25 lines
590 B
YAML
25 lines
590 B
YAML
apiVersion: barmancloud.cnpg.io/v1
|
|
kind: ObjectStore
|
|
metadata:
|
|
name: knoe-db-barman-objectstore
|
|
namespace: knoe-db
|
|
spec:
|
|
retentionPolicy: 30d
|
|
configuration:
|
|
destinationPath: s3://knoe-db-backups/
|
|
endpointURL: http://garage.knoe-system.svc.cluster.local:3900
|
|
s3Credentials:
|
|
accessKeyId:
|
|
name: knoe-db-barman-s3
|
|
key: ACCESS_KEY_ID
|
|
secretAccessKey:
|
|
name: knoe-db-barman-s3
|
|
key: SECRET_ACCESS_KEY
|
|
region:
|
|
name: knoe-db-barman-s3
|
|
key: REGION
|
|
wal:
|
|
compression: gzip
|
|
data:
|
|
compression: gzip
|