Compare commits

...

4 Commits

Author SHA1 Message Date
WebSpider
d7f5080d64
Merge 05f4ab5b08 into 1ce6a787af 2025-12-23 14:25:01 +08:00
WebSpider
05f4ab5b08
Merge branch 'main' into docs-https 2025-12-04 14:43:36 +01:00
Nils Vogels
1282d103ca fix: move port to autocert port
Signed-off-by: Nils Vogels <n.vogels@aves-it.nl>
2025-12-04 14:41:18 +01:00
Nils Vogels
5719bee22a chore(docs): change example urls to be secure by default
Signed-off-by: Nils Vogels <n.vogels@aves-it.nl>
2025-11-14 12:41:57 +01:00
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -32,7 +32,7 @@ metadata:
spec:
configuration:
destinationPath: s3://backups/
endpointURL: http://minio:9000
endpointURL: https://minio:9000
s3Credentials:
accessKeyId:
name: minio