Browse Source

Revert to FS backup for portalmodelo

master
Fábio Kaiser Rauber 2 years ago
parent
commit
a445cdab70
  1. 6
      charts/portalmodelo/v0.5.0/templates/velero-schedule-weekdays.yaml

6
charts/portalmodelo/v0.5.0/templates/velero-schedule-weekdays.yaml

@ -6,7 +6,7 @@ metadata:
namespace: {{ .Values.velero.namespace }} namespace: {{ .Values.velero.namespace }}
spec: spec:
# generate a random backup time between 1 and 5 AM on weekdays # generate a random backup time between 1 and 5 AM on weekdays
schedule: {{ mod (randNumeric 2) 60 }} {{ mod (randNumeric 1) 6 }} * * 1-5 schedule: {{ mod (randNumeric 2) 60 }} {{ mod (randNumeric 1) 6 }} * * MON,WED,FRI
template: template:
includedNamespaces: includedNamespaces:
- {{ .Release.Namespace }} - {{ .Release.Namespace }}
@ -14,10 +14,10 @@ spec:
excludedResources: excludedResources:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
snapshotVolumes: true snapshotVolumes: false
# every weekday backup is good for the next week (7 days) # every weekday backup is good for the next week (7 days)
ttl: 168h0m0s ttl: 168h0m0s
defaultVolumesToFsBackup: false defaultVolumesToFsBackup: true
hooks: hooks:
resources: resources:
- name: repozo - name: repozo

Loading…
Cancel
Save