Skip to content

Commit

Permalink
update annotation (#1855)
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Li <[email protected]>
  • Loading branch information
qpdpQ authored Mar 11, 2024
1 parent 0c40022 commit 5101efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion velero/schedule/keycloak/keycloak-backup-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
backup.velero.io/backup-volumes: keycloak-backup
pre.hook.backup.velero.io/command: '["sh", "-c", "/keycloak/br_keycloak.sh backup <keycloak namespace>"]'
pre.hook.backup.velero.io/timeout: 300s
post.hook.backup.velero.io/command: '["sh", "-c", "rm -rf /keycloak/keycloak-backup/"]'
post.hook.backup.velero.io/command: '["sh", "-c", "rm -rf /keycloak/keycloak-backup/database && rm -rf /keycloak/keycloak-backup/secrets"]'
post.hook.restore.velero.io/command: '["sh", "-c", "/keycloak/br_keycloak.sh restore <keycloak namespace>"]'
post.hook.restore.velero.io/wait-timeout: 300s
post.hook.restore.velero.io/exec-timeout: 300s
Expand Down
2 changes: 1 addition & 1 deletion velero/schedule/schedule-common-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: commonservice-backup
namespace: velero
spec:
schedule: 45 * * * *
schedule: 45 13 * * *
template:
ttl: 48h0m0s
defaultVolumesToRestic: true
Expand Down

0 comments on commit 5101efc

Please sign in to comment.