openproject stuff
This commit is contained in:
parent
558af1d29a
commit
c78bc90c8f
2 changed files with 6 additions and 6 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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
registry: git.ar21.de
|
registry: git.ar21.de
|
||||||
repository: aaron/openproject
|
repository: aaron/openproject
|
||||||
tag: '36'
|
tag: '30'
|
||||||
appInit:
|
appInit:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue