Run Vault backups daily after 19 Moscow

This commit is contained in:
Kochetkov S 2026-06-08 16:13:27 +03:00
parent 8a3d30c0b6
commit 1157bddec4
4 changed files with 6 additions and 4 deletions

View File

@ -13,7 +13,8 @@ spec:
enabled: false enabled: false
backup: backup:
enabled: true enabled: true
schedule: "0 * * * *" schedule: "0 19 * * *"
timeZone: "Europe/Moscow"
secret: secret:
name: "vault-unseal-backup-s3" name: "vault-unseal-backup-s3"
endpoint: "https://storage.yandexcloud.net" endpoint: "https://storage.yandexcloud.net"

View File

@ -22,7 +22,8 @@ spec:
secret: secret:
name: "vault-transit-autounseal" name: "vault-transit-autounseal"
backup: backup:
schedule: "0 * * * *" schedule: "0 19 * * *"
timeZone: "Europe/Moscow"
secret: secret:
name: "vault-backup-s3" name: "vault-backup-s3"
endpoint: "https://storage.yandexcloud.net" endpoint: "https://storage.yandexcloud.net"

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: vault-contour chart: vault-contour
version: "0.2.2" version: "0.2.3"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: yc-oci-charts name: yc-oci-charts

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: vault-contour chart: vault-contour
version: "0.2.2" version: "0.2.3"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: yc-oci-charts name: yc-oci-charts