docs: update Kubernetes deployment
This commit is contained in:
@@ -64,7 +64,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- bkup restore -s s3 --path /custom_path -f store_20231219_022941.sql.gz
|
- restore -s s3 --path /custom_path -f store_20231219_022941.sql.gz
|
||||||
env:
|
env:
|
||||||
- name: DB_PORT
|
- name: DB_PORT
|
||||||
value: "5432"
|
value: "5432"
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- bkup restore -s ssh -f store_20231219_022941.sql.gz
|
- restore -s ssh -f store_20231219_022941.sql.gz
|
||||||
env:
|
env:
|
||||||
- name: DB_PORT
|
- name: DB_PORT
|
||||||
value: "5432"
|
value: "5432"
|
||||||
|
|||||||
Reference in New Issue
Block a user