mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
fix: move port to autocert port
Signed-off-by: Nils Vogels <n.vogels@aves-it.nl>
This commit is contained in:
parent
5719bee22a
commit
1282d103ca
@ -64,7 +64,7 @@ spec:
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: s3://backups/
|
||||
endpointURL: https://minio-eu:9000
|
||||
endpointURL: https://minio-eu:9443
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: minio-eu
|
||||
@ -87,7 +87,7 @@ metadata:
|
||||
spec:
|
||||
configuration:
|
||||
destinationPath: s3://backups/
|
||||
endpointURL: https://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: https://minio-eu:9000
|
||||
endpointURL: https://minio-eu:9443
|
||||
serverName: pg-eu
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
@ -228,7 +228,7 @@ metadata:
|
||||
spec:
|
||||
configuration:
|
||||
destinationPath: s3://backups/
|
||||
endpointURL: https://minio-eu:9000
|
||||
endpointURL: https://minio-eu:9443
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: minio-eu
|
||||
|
||||
Loading…
Reference in New Issue
Block a user