-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Percona MongoDB helm chart with backup support (#230)
* added helm chart for psmdb operator and db * tested backup and restore * updated doc * added end of line in all files * updated values file * added templates for backup and restore files * worked on feedbacks
- Loading branch information
1 parent
5dbad29
commit 03d5a2d
Showing
6 changed files
with
1,129 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v2 | ||
name: psmdb-operator-db | ||
description: A Helm chart for Percona Operator and Percona Server for MongoDB | ||
type: application | ||
version: 1.0.0 | ||
appVersion: 1.0.0 | ||
dependencies: | ||
- name: psmdb-operator | ||
version: 1.18.0 | ||
repository: https://percona.github.io/percona-helm-charts/ | ||
alias: psmdb-operator | ||
tags: | ||
- psmdb-operator | ||
condition: psmdb-operator.enabled | ||
- name: psmdb-db | ||
version: 1.18.0 | ||
repository: https://percona.github.io/percona-helm-charts/ | ||
alias: psmdb-db | ||
tags: | ||
- psmdb-db | ||
condition: psmdb-db.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Backup and Restore have been tested using backup.yaml and restore.yaml files respectively using Azure Blob Storage. | ||
For using cloud storage as backup, a Kubernetes secret need to be made: https://docs.percona.com/percona-operator-for-mongodb/backup-tutorial.html#configure-backup-storage |
Oops, something went wrong.