Skip to content

Commit

Permalink
feat(cloud): added AWS backup destination.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfade committed May 2, 2022
1 parent 52f54c1 commit 51aff6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/percona-xtradb-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.10.19
version: 1.10.20

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
12 changes: 12 additions & 0 deletions charts/percona-xtradb-cluster/templates/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,18 @@ spec:
# requests:
# storage: 60Gi

backup-aws-1:
nodeSelector:
database-node: "true"
type: s3
labels:
{{ .Values.label_name }}: {{ .Values.label_value }}
release: {{ .Values.label_value }}
s3:
bucket: {{ .Values.s3_bucket_name_backup_aws_1 }}
credentialsSecret: {{ .Values.s3_secret_name_backup_aws_1 }}
region: {{ .Values.s3_region_backup_aws_1 }}

backup-2:
nodeSelector:
database-node: "true"
Expand Down

0 comments on commit 51aff6d

Please sign in to comment.