Skip to content

Commit 5719bee

Browse files
committed
chore(docs): change example urls to be secure by default
Signed-off-by: Nils Vogels <[email protected]>
1 parent 316828c commit 5719bee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

web/docs/migration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
backup:
6565
barmanObjectStore:
6666
destinationPath: s3://backups/
67-
endpointURL: http://minio-eu:9000
67+
endpointURL: https://minio-eu:9000
6868
s3Credentials:
6969
accessKeyId:
7070
name: minio-eu
@@ -87,7 +87,7 @@ metadata:
8787
spec:
8888
configuration:
8989
destinationPath: s3://backups/
90-
endpointURL: http://minio-eu:9000
90+
endpointURL: https://minio-eu:9000
9191
s3Credentials:
9292
accessKeyId:
9393
name: minio-eu
@@ -205,7 +205,7 @@ spec:
205205
- name: pg-eu
206206
barmanObjectStore:
207207
destinationPath: s3://backups/
208-
endpointURL: http://minio-eu:9000
208+
endpointURL: https://minio-eu:9000
209209
serverName: pg-eu
210210
s3Credentials:
211211
accessKeyId:
@@ -228,7 +228,7 @@ metadata:
228228
spec:
229229
configuration:
230230
destinationPath: s3://backups/
231-
endpointURL: http://minio-eu:9000
231+
endpointURL: https://minio-eu:9000
232232
s3Credentials:
233233
accessKeyId:
234234
name: minio-eu

web/docs/object_stores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ metadata:
435435
spec:
436436
configuration:
437437
destinationPath: s3://BUCKET_NAME/
438-
endpointURL: http://<tenant>-hl:9000
438+
endpointURL: https://<tenant>-hl:9000
439439
s3Credentials:
440440
accessKeyId:
441441
name: minio-creds

web/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metadata:
3232
spec:
3333
configuration:
3434
destinationPath: s3://backups/
35-
endpointURL: http://minio:9000
35+
endpointURL: https://minio:9000
3636
s3Credentials:
3737
accessKeyId:
3838
name: minio

0 commit comments

Comments
 (0)