openproject stuff
This commit is contained in:
parent
558af1d29a
commit
f8ed576c61
1 changed files with 5 additions and 5 deletions
|
@ -8,16 +8,16 @@ spec:
|
||||||
instances: 3
|
instances: 3
|
||||||
storage:
|
storage:
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
bootstrap:
|
# bootstrap:
|
||||||
recovery:
|
# recovery:
|
||||||
source: clusterBackup
|
# source: clusterBackup
|
||||||
#recoveryTarget:
|
#recoveryTarget:
|
||||||
# targetTime: "2025-02-12 21:00:00.00000+00"
|
# targetTime: "2025-02-12 21:00:00.00000+00"
|
||||||
backup:
|
backup:
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
destinationPath: "s3://openproject/backups"
|
destinationPath: "s3://openproject/backups"
|
||||||
endpointURL: "https://fsn1.your-objectstorage.com"
|
endpointURL: "https://fsn1.your-objectstorage.com"
|
||||||
serverName: "openproject-backup" # in case of restore change this
|
serverName: "db" # in case of restore change this
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: openproject-secret
|
name: openproject-secret
|
||||||
|
@ -33,7 +33,7 @@ spec:
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
destinationPath: "s3://openproject/backups"
|
destinationPath: "s3://openproject/backups"
|
||||||
endpointURL: "https://fsn1.your-objectstorage.com"
|
endpointURL: "https://fsn1.your-objectstorage.com"
|
||||||
serverName: "openproject-backup"
|
serverName: "db"
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: openproject-secret
|
name: openproject-secret
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue