mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
chore(docs): change example urls to be secure by default
Signed-off-by: Nils Vogels <n.vogels@aves-it.nl>
This commit is contained in:
parent
316828cc73
commit
5719bee22a
@ -64,7 +64,7 @@ spec:
|
|||||||
backup:
|
backup:
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
destinationPath: s3://backups/
|
destinationPath: s3://backups/
|
||||||
endpointURL: http://minio-eu:9000
|
endpointURL: https://minio-eu:9000
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: minio-eu
|
name: minio-eu
|
||||||
@ -87,7 +87,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
configuration:
|
configuration:
|
||||||
destinationPath: s3://backups/
|
destinationPath: s3://backups/
|
||||||
endpointURL: http://minio-eu:9000
|
endpointURL: https://minio-eu:9000
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: minio-eu
|
name: minio-eu
|
||||||
@ -205,7 +205,7 @@ spec:
|
|||||||
- name: pg-eu
|
- name: pg-eu
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
destinationPath: s3://backups/
|
destinationPath: s3://backups/
|
||||||
endpointURL: http://minio-eu:9000
|
endpointURL: https://minio-eu:9000
|
||||||
serverName: pg-eu
|
serverName: pg-eu
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
@ -228,7 +228,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
configuration:
|
configuration:
|
||||||
destinationPath: s3://backups/
|
destinationPath: s3://backups/
|
||||||
endpointURL: http://minio-eu:9000
|
endpointURL: https://minio-eu:9000
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: minio-eu
|
name: minio-eu
|
||||||
|
|||||||
@ -435,7 +435,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
configuration:
|
configuration:
|
||||||
destinationPath: s3://BUCKET_NAME/
|
destinationPath: s3://BUCKET_NAME/
|
||||||
endpointURL: http://<tenant>-hl:9000
|
endpointURL: https://<tenant>-hl:9000
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: minio-creds
|
name: minio-creds
|
||||||
|
|||||||
@ -32,7 +32,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
configuration:
|
configuration:
|
||||||
destinationPath: s3://backups/
|
destinationPath: s3://backups/
|
||||||
endpointURL: http://minio:9000
|
endpointURL: https://minio:9000
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: minio
|
name: minio
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user