Skip to content

Commit 2e9a5ef

Browse files
committed
test: added recovery config to fixtures
1 parent 7e56e68 commit 2e9a5ef

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tests/fixtures/env/settings/platformBackups.yaml

+30
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,44 @@ spec:
88
enabled: true
99
retentionPolicy: 7d
1010
schedule: 0 0 * * *
11+
pathSuffix: gitea
1112
harbor:
1213
enabled: true
1314
retentionPolicy: 7d
1415
schedule: 0 0 * * *
16+
pathSuffix: harbor-1
17+
recovery:
18+
source: harbor-backup
19+
database: registry
20+
owner: harbor
21+
externalClusters:
22+
- name: harbor-backup
23+
barmanObjectStore:
24+
serverName: harbor-otomi-db
25+
destinationPath: s3://my-clusterid-harbor/harbor
26+
endpointURL: https://nl-ams-1.linodeobjects.com
27+
s3Credentials:
28+
accessKeyId:
29+
name: linode-creds
30+
key: S3_STORAGE_ACCOUNT
31+
secretAccessKey:
32+
name: linode-creds
33+
key: S3_STORAGE_KEY
34+
wal:
35+
compression: gzip
36+
maxParallel: 8
37+
data:
38+
compression: gzip
1539
keycloak:
1640
enabled: true
1741
retentionPolicy: 7d
1842
schedule: 0 0 * * *
43+
pathSuffix: keycloak-1
44+
recovery:
45+
backup:
46+
name: keycloak-backup
47+
database: keycloak
48+
owner: keycloak
1949
gitea:
2050
enabled: true
2151
retentionPolicy: 7d

0 commit comments

Comments
 (0)