|
@ -118,12 +118,33 @@ questions: |
|
|
description: "Espaço em disco disponível para o portal." |
|
|
description: "Espaço em disco disponível para o portal." |
|
|
group: Armazenamento |
|
|
group: Armazenamento |
|
|
- variable: velero.backup.enabled |
|
|
- variable: velero.backup.enabled |
|
|
default: true |
|
|
default: false |
|
|
type: boolean |
|
|
type: boolean |
|
|
label: "Habilitar backup com Velero?" |
|
|
label: "Habilitar backup com Velero?" |
|
|
description: "Criar ou não os objetos para backup com o Velero." |
|
|
description: "Criar ou não os objetos para backup com o Velero." |
|
|
required: false |
|
|
required: false |
|
|
group: Armazenamento |
|
|
group: Armazenamento |
|
|
|
|
|
- variable: repozo.enabled |
|
|
|
|
|
default: true |
|
|
|
|
|
type: boolean |
|
|
|
|
|
label: "Habilitar backup com Repozo?" |
|
|
|
|
|
description: "Habilitar ou não backup com repozo em volumes NFS." |
|
|
|
|
|
required: false |
|
|
|
|
|
group: Armazenamento |
|
|
|
|
|
show_subquestion_if: true |
|
|
|
|
|
subquestions: |
|
|
|
|
|
- variable: repozo.storageClass |
|
|
|
|
|
default: nfs-backup |
|
|
|
|
|
type: string |
|
|
|
|
|
description: "StorageClass na qual criar os volumes para backup." |
|
|
|
|
|
label: "StorageClass do Backup" |
|
|
|
|
|
required: false |
|
|
|
|
|
- variable: repozo.keep |
|
|
|
|
|
default: 1 |
|
|
|
|
|
type: int |
|
|
|
|
|
label: "Backups a guardar" |
|
|
|
|
|
description: "Número de backups full que o repozo deve guardar." |
|
|
|
|
|
required: false |
|
|
|
|
|
|
|
|
# Configurações Avançadas |
|
|
# Configurações Avançadas |
|
|
- variable: portal.timeZone |
|
|
- variable: portal.timeZone |
|
|