Add deployment example

This commit is contained in:
2023-12-26 21:56:05 +01:00
parent d89552b0b3
commit 22d4e444fb
6 changed files with 91 additions and 3 deletions

View File

@@ -21,6 +21,12 @@ Postgres Backup tool, backup database to S3 or Object Storage
- local
- s3
- Object storage
## Volumes:
- /s3mnt => S3 mounting path
- /backup => local storage mounting path
## Usage
| Options | Shorts | Usage |
@@ -306,4 +312,16 @@ spec:
- name: S3_ENDPOINT
value: "https://s3.us-west-2.amazonaws.com"
restartPolicy: Never
```
```
## License
This project is licensed under the MIT License. See the LICENSE file for details.
## Authors
**Jonas Kaninda**
- <https://github.com/jkaninda>
## Copyright
Copyright (c) [2023] [Jonas Kaninda]