mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
Add: postgres-operator
This commit is contained in:
parent
fac457baee
commit
0d31bf98f3
2 changed files with 27 additions and 0 deletions
8
projects/postgres-operator/project.yml
Normal file
8
projects/postgres-operator/project.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
config:
|
||||||
|
description: Zalando Postgres Operator
|
||||||
|
|
||||||
|
apps:
|
||||||
|
- name: postgres-operator
|
||||||
|
repoURL: https://github.com/zalando/postgres-operator
|
||||||
|
path: charts/postgres-operator
|
||||||
|
targetRevision: master
|
19
projects/postgres-operator/values/postgres-operator.yaml
Normal file
19
projects/postgres-operator/values/postgres-operator.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
image:
|
||||||
|
registry: registry.opensource.zalan.do
|
||||||
|
repository: acid/postgres-operator
|
||||||
|
tag: v1.7.1
|
||||||
|
|
||||||
|
configLogicalBackup:
|
||||||
|
logical_backup_s3_access_key_id: ""
|
||||||
|
# S3 bucket to store backup results
|
||||||
|
logical_backup_s3_bucket: "my-bucket-url"
|
||||||
|
# S3 region of bucket
|
||||||
|
logical_backup_s3_region: ""
|
||||||
|
# S3 endpoint url when not using AWS
|
||||||
|
logical_backup_s3_endpoint: ""
|
||||||
|
# S3 Secret Access Key
|
||||||
|
logical_backup_s3_secret_access_key: ""
|
||||||
|
# S3 server side encryption
|
||||||
|
logical_backup_s3_sse: "AES256"
|
||||||
|
# backup schedule in the cron format
|
||||||
|
logical_backup_schedule: "30 00 * * *"
|
Loading…
Reference in a new issue