Merge pull request #72 from jkaninda/docs

docs: update Kubernetes deployment
This commit is contained in:
2024-09-12 06:25:16 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"