Merge pull request #52 from jkaninda/docs
Add delete /tmp directory after backup and restore and update docs
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
piVersion: batch/v1
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: bkup-job
|
||||
spec:
|
||||
schedule: "0 1 * * *"
|
||||
schedule: "* * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: pg-bkup
|
||||
image: jkaninda/pg-bkup
|
||||
image: jkaninda/pg-bkup:v1.2.1
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- pg-bkup backup -s s3 --path /custom_path
|
||||
env:
|
||||
- name: DB_PORT
|
||||
|
||||
Reference in New Issue
Block a user