backups deployed using argo
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user