backups deployed using argo

This commit is contained in:
2023-11-21 23:18:47 +01:00
parent 57a4654f25
commit 49d281e938
7 changed files with 55 additions and 2 deletions

View File

@@ -15,6 +15,17 @@ spec:
hostname: restic-k3s-pod
# used by restic to identify the host
containers:
# run after completion of initContainers
- name: ntfy-command-send
image: curl
command: ["curl"]
args:
- "-H"
- "Title: $(cat /proc/sys/kernel/hostname)"
- "-d"
- "Restic operation to gdrive finished"
- "https://ntfy.kluster.moll.re/backup"
initContainers:
- name: restic-base-container
image: restic/restic:latest
command: