seriohub / velero-helm

Helm charts for velero-ui, velero-api, and velero-watchdog
14 stars 6 forks source link

Schedules setup #31

Open clement-igonet opened 3 months ago

clement-igonet commented 3 months ago

From the UI, it would be very usefull to retrieve velero helm values or Schedule manifest for scheduling, in order to keep the link between web UI and velero low level setup.

Example:


* helm values:
```yaml
(...)
schedules:
  daily-backup:
    schedule: '@daily'
    template:
      csiSnapshotTimeout: 60m
      defaultVolumesToRestic: false
      excludedNamespaces:
      - kube-public
      - kube-system
      - velero
      includeClusterResources: true
      includedNamespaces:
      - '*'
      includedResources:
      - '*'
      snapshotMoveData: true
      snapshotVolumes: true
      storageLocation: default
      ttl: 336h