Compare commits

...

5 Commits

Author SHA1 Message Date
WebSpider
5eb1238b28
Merge 05f4ab5b08 into f12c978732 2026-03-04 16:22:40 +01:00
Gabriele Bartolini
f12c978732 docs: add CONTRIBUTING.md file
Some checks failed
release-please / release-please (push) Failing after 4s
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
2026-03-02 17:03:09 +11: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
4 changed files with 16 additions and 6 deletions

10
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,10 @@
# Contributing to CloudNativePG
Thank you for your interest in contributing! 💖
To ensure consistency across the project, all CloudNativePG repositories follow
a common set of guidelines regarding code of conduct, AI usage, and
contribution workflows.
Please review the [CloudNativePG Project contributing guidelines](https://github.com/cloudnative-pg/governance/blob/main/CONTRIBUTING.md)
before searching for issues, reporting bugs, or submitting a pull request.

View File

@ -64,7 +64,7 @@ spec:
backup: backup:
barmanObjectStore: barmanObjectStore:
destinationPath: s3://backups/ destinationPath: s3://backups/
endpointURL: http://minio-eu:9000 endpointURL: https://minio-eu:9443
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:9443
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:9443
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:9443
s3Credentials: s3Credentials:
accessKeyId: accessKeyId:
name: minio-eu name: minio-eu

View File

@ -478,7 +478,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

View File

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