@@ -1655,7 +1655,7 @@ properties:
16551655 $ref : ' #/definitions/email'
16561656 issuer :
16571657 description : |
1658- Indicates the origin of the wildcard certificate.
1658+ Indicates the origin of the wildcard certificate.
16591659 The custom-ca - cert-manager uses the customRootCA to generate wildcard certificate.
16601660 The letsencrypt - cert-manager requests certificate from letsencrypt endpoint.
16611661 The byo-wildcard-cert allows users to bring their own trusted wildcard certificate (cert-manager not involved)
@@ -3168,6 +3168,10 @@ properties:
31683168 $ref : ' #/definitions/backupRetentionPolicy'
31693169 schedule :
31703170 $ref : ' #/definitions/backupSchedule'
3171+ pathSuffix :
3172+ type : string
3173+ pattern : ' ^[a-z0-9]([-a-z0-9]*[a-z0-9])$'
3174+ default : harbor
31713175 gitea :
31723176 title : Gitea
31733177 properties :
@@ -3180,6 +3184,10 @@ properties:
31803184 $ref : ' #/definitions/backupRetentionPolicy'
31813185 schedule :
31823186 $ref : ' #/definitions/backupSchedule'
3187+ pathSuffix :
3188+ type : string
3189+ pattern : ' ^[a-z0-9]([-a-z0-9]*[a-z0-9])$'
3190+ default : gitea
31833191 keycloak :
31843192 title : Keycloak
31853193 properties :
@@ -3192,6 +3200,10 @@ properties:
31923200 $ref : ' #/definitions/backupRetentionPolicy'
31933201 schedule :
31943202 $ref : ' #/definitions/backupSchedule'
3203+ pathSuffix :
3204+ type : string
3205+ pattern : ' ^[a-z0-9]([-a-z0-9]*[a-z0-9])$'
3206+ default : keycloak
31953207 persistentVolumes :
31963208 type : object
31973209 description : Create backups of persistent volumes
@@ -3293,9 +3305,16 @@ properties:
32933305 replicas :
32943306 type : integer
32953307 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 : []
32993318 harbor :
33003319 title : Harbor
33013320 properties :
@@ -3306,22 +3325,36 @@ properties:
33063325 replicas :
33073326 type : integer
33083327 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 : []
33093338 gitea :
33103339 title : gitea
33113340 properties :
3312- useOtomiDB :
3313- type : boolean
3314- default : false
33153341 size :
33163342 type : string
33173343 resources :
33183344 $ref : ' #/definitions/resources'
33193345 replicas :
33203346 type : integer
33213347 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 : []
33253358 teamConfig :
33263359 additionalProperties : false
33273360 patternProperties :
0 commit comments