docs: update Kubernetes deployments

This commit is contained in:
Jonas Kaninda
2024-09-09 07:11:06 +02:00
parent bc1cea14e4
commit 440ac663af
4 changed files with 8 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ spec:
command:
- /bin/sh
- -c
- pg-bkup backup -s s3 --path /custom_path
- backup -s s3 --path /custom_path
env:
- name: DB_PORT
value: "5432"

View File

@@ -114,7 +114,7 @@ spec:
command:
- /bin/sh
- -c
- pg-bkup backup -s ssh --path /custom_path
- backup -s ssh
env:
- name: DB_PORT
value: "5432"

View File

@@ -83,7 +83,6 @@ spec:
command:
- /bin/sh
- -c
- bkup
- backup --storage ssh --disable-compression
resources:
limits:
@@ -138,7 +137,6 @@ spec:
command:
- /bin/sh
- -c
- bkup
- restore --storage ssh --file store_20231219_022941.sql.gz
resources:
limits: