mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
Compare commits
4 Commits
90b8331773
...
d7f5080d64
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7f5080d64 | ||
|
|
05f4ab5b08 | ||
|
|
1282d103ca | ||
|
|
5719bee22a |
@ -64,7 +64,7 @@ spec:
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: s3://backups/
|
||||
endpointURL: http://minio-eu:9000
|
||||
endpointURL: https://minio-eu:9443
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: minio-eu
|
||||
@ -87,7 +87,7 @@ metadata:
|
||||
spec:
|
||||
configuration:
|
||||
destinationPath: s3://backups/
|
||||
endpointURL: http://minio-eu:9000
|
||||
endpointURL: https://minio-eu:9443
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: minio-eu
|
||||
@ -205,7 +205,7 @@ spec:
|
||||
- name: pg-eu
|
||||
barmanObjectStore:
|
||||
destinationPath: s3://backups/
|
||||
endpointURL: http://minio-eu:9000
|
||||
endpointURL: https://minio-eu:9443
|
||||
serverName: pg-eu
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
@ -228,7 +228,7 @@ metadata:
|
||||
spec:
|
||||
configuration:
|
||||
destinationPath: s3://backups/
|
||||
endpointURL: http://minio-eu:9000
|
||||
endpointURL: https://minio-eu:9443
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: minio-eu
|
||||
|
||||
@ -435,7 +435,7 @@ metadata:
|
||||
spec:
|
||||
configuration:
|
||||
destinationPath: s3://BUCKET_NAME/
|
||||
endpointURL: http://<tenant>-hl:9000
|
||||
endpointURL: https://<tenant>-hl:9000
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: minio-creds
|
||||
|
||||
@ -32,7 +32,7 @@ metadata:
|
||||
spec:
|
||||
configuration:
|
||||
destinationPath: s3://backups/
|
||||
endpointURL: http://minio:9000
|
||||
endpointURL: https://minio:9000
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: minio
|
||||
|
||||
Loading…
Reference in New Issue
Block a user