Skip to content

Commit

Permalink
Update mgob chart README
Browse files Browse the repository at this point in the history
  • Loading branch information
Endre Czirbesz committed Oct 27, 2020
1 parent 8a106e0 commit 5bca783
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/mgob/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mgob

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square)

MongoDB dockerized backup agent.
Runs scheduled backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
Expand All @@ -23,7 +23,7 @@ Runs scheduled backups with retention, S3 & SFTP upload, notifications, instrume
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"stefanprodan/mgob"` | Image repo |
| image.tag | float | `1.1` | Image tag |
| image.tag | float | `1.3` | Image tag |
| replicaCount | int | `1` | Number of replicas |
| resources | object | `{"limits":{"cpu":"100m","memory":"128Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | Resource requests and limits ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
| secret | object | `{}` | Secret(s) to mount. For details, see [values.yaml](values.yaml) |
Expand Down
12 changes: 12 additions & 0 deletions charts/mgob/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ config: {}
# password: "secret"
# # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
# params: "--ssl --authenticationDatabase admin"
# # Encryption (optional)
# encryption:
# # At the time being, only gpg asymmetric encryption is supported
# # Public key file or at least one recipient is mandatory
# gpg:
# # optional path to a public key file, only the first key is used.
# keyFile: /secret/mgob-key/key.pub
# # optional key server, defaults to hkps://keys.openpgp.org
# keyServer: hkps://keys.openpgp.org
# # optional list of recipients, they will be looked up on key server
# recipients:
# - [email protected]
# # S3 upload (optional)
# s3:
# url: "https://play.minio.io:9000"
Expand Down

0 comments on commit 5bca783

Please sign in to comment.