forked from kubermatic/community-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
36 lines (36 loc) · 867 Bytes
/
values.yaml
File metadata and controls
36 lines (36 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
s3DBdumpSyncer:
cron:
schedule: '*/30 * * * *'
storage:
size: 100Gi
class: ''
db:
dumper:
image:
repository: docker.io/bitnami/postgresql
tag: 11.13.0-debian-10-r60
filename: db-dump.sql
postgresql:
host: 'postgresql'
port: 5432
database: 'test'
user: 'postgres'
pw: 'password'
options: ''
s3:
image:
repository: docker.io/amazon/aws-cli
tag: 2.2.13
target:
# These settings are required. Keys must be alphanumeric.
url: "https://s3.amazonaws.com"
bucket: ''
accessKey: '' # 32 byte long
secretKey: '' # 64 byte long
insecure_skip_verify: false
renameChar: false
ca_bundle: ''
# ca_bundle: |-
# -----BEGIN CERTIFICATE-----
# xxxxxxxx EXAMPLE xxxxxxxxxx
# -----END CERTIFICATE-----