Created
May 2, 2019 16:40
-
-
Save timfpark/2bebe05b35acb8dcd0b0047c3e1827ac to your computer and use it in GitHub Desktop.
Velero daily backup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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