Add delete /tmp directory and update docs

This commit is contained in:
2024-08-11 09:37:45 +02:00
parent 99d4c716c0
commit 33481d6842

View File

@@ -1,19 +1,17 @@
piVersion: batch/v1 apiVersion: batch/v1
kind: CronJob kind: CronJob
metadata: metadata:
name: bkup-job name: bkup-job
spec: spec:
schedule: "0 1 * * *" schedule: "* * * * *"
jobTemplate: jobTemplate:
spec: spec:
template: template:
spec: spec:
containers: containers:
- name: pg-bkup - name: pg-bkup
image: jkaninda/pg-bkup image: jkaninda/pg-bkup:v1.2.1
command: command:
- /bin/sh
- -c
- pg-bkup backup -s s3 --path /custom_path - pg-bkup backup -s s3 --path /custom_path
env: env:
- name: DB_PORT - name: DB_PORT