Skip to content

Instantly share code, notes, and snippets.

@timfpark
Created May 2, 2019 16:40
Show Gist options
  • Save timfpark/2bebe05b35acb8dcd0b0047c3e1827ac to your computer and use it in GitHub Desktop.
Save timfpark/2bebe05b35acb8dcd0b0047c3e1827ac to your computer and use it in GitHub Desktop.
Velero daily backup
apiVersion: velero.io/v1
kind: Schedule
metadata:
name: daily-backup
namespace: velero
spec:
schedule: 0 1 * * *
template:
excludedNamespaces:
- pipeline
- services
- kured
- velero
- jaeger
- kibana
- grafana
- fluentd
- flux
- istio-system
includedNamespaces:
- '*'
ttl: 720h0m0s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment