@@ -1655,7 +1655,7 @@ properties:
1655
1655
$ref : ' #/definitions/email'
1656
1656
issuer :
1657
1657
description : |
1658
- Indicates the origin of the wildcard certificate.
1658
+ Indicates the origin of the wildcard certificate.
1659
1659
The custom-ca - cert-manager uses the customRootCA to generate wildcard certificate.
1660
1660
The letsencrypt - cert-manager requests certificate from letsencrypt endpoint.
1661
1661
The byo-wildcard-cert allows users to bring their own trusted wildcard certificate (cert-manager not involved)
@@ -3168,6 +3168,10 @@ properties:
3168
3168
$ref : ' #/definitions/backupRetentionPolicy'
3169
3169
schedule :
3170
3170
$ref : ' #/definitions/backupSchedule'
3171
+ pathSuffix :
3172
+ type : string
3173
+ pattern : ' ^[a-z0-9]([-a-z0-9]*[a-z0-9])$'
3174
+ default : harbor
3171
3175
gitea :
3172
3176
title : Gitea
3173
3177
properties :
@@ -3180,6 +3184,10 @@ properties:
3180
3184
$ref : ' #/definitions/backupRetentionPolicy'
3181
3185
schedule :
3182
3186
$ref : ' #/definitions/backupSchedule'
3187
+ pathSuffix :
3188
+ type : string
3189
+ pattern : ' ^[a-z0-9]([-a-z0-9]*[a-z0-9])$'
3190
+ default : gitea
3183
3191
keycloak :
3184
3192
title : Keycloak
3185
3193
properties :
@@ -3192,6 +3200,10 @@ properties:
3192
3200
$ref : ' #/definitions/backupRetentionPolicy'
3193
3201
schedule :
3194
3202
$ref : ' #/definitions/backupSchedule'
3203
+ pathSuffix :
3204
+ type : string
3205
+ pattern : ' ^[a-z0-9]([-a-z0-9]*[a-z0-9])$'
3206
+ default : keycloak
3195
3207
persistentVolumes :
3196
3208
type : object
3197
3209
description : Create backups of persistent volumes
@@ -3293,9 +3305,16 @@ properties:
3293
3305
replicas :
3294
3306
type : integer
3295
3307
default : 2
3296
- imported :
3297
- type : boolean
3298
- default : false
3308
+ recovery :
3309
+ type : object
3310
+ additionalProperties : true
3311
+ default : {}
3312
+ externalClusters :
3313
+ type : array
3314
+ items :
3315
+ type : object
3316
+ additionalProperties : true
3317
+ default : []
3299
3318
harbor :
3300
3319
title : Harbor
3301
3320
properties :
@@ -3306,22 +3325,36 @@ properties:
3306
3325
replicas :
3307
3326
type : integer
3308
3327
default : 2
3328
+ recovery :
3329
+ type : object
3330
+ additionalProperties : true
3331
+ default : {}
3332
+ externalClusters :
3333
+ type : array
3334
+ items :
3335
+ type : object
3336
+ additionalProperties : true
3337
+ default : []
3309
3338
gitea :
3310
3339
title : gitea
3311
3340
properties :
3312
- useOtomiDB :
3313
- type : boolean
3314
- default : false
3315
3341
size :
3316
3342
type : string
3317
3343
resources :
3318
3344
$ref : ' #/definitions/resources'
3319
3345
replicas :
3320
3346
type : integer
3321
3347
default : 2
3322
- imported :
3323
- type : boolean
3324
- default : false
3348
+ recovery :
3349
+ type : object
3350
+ additionalProperties : true
3351
+ default : {}
3352
+ externalClusters :
3353
+ type : array
3354
+ items :
3355
+ type : object
3356
+ additionalProperties : true
3357
+ default : []
3325
3358
teamConfig :
3326
3359
additionalProperties : false
3327
3360
patternProperties :
0 commit comments