13 lines
292 B
YAML
13 lines
292 B
YAML
|
access-key-id: ${accessKey}
|
||
|
secret-access-key: ${secretKey}
|
||
|
|
||
|
dbs:
|
||
|
- path: /var/lib/rancher/k3s/server/db/state.db
|
||
|
replicas:
|
||
|
- name: Garage
|
||
|
type: s3
|
||
|
endpoint: ${endpoint}
|
||
|
bucket: k3s
|
||
|
region: hel1
|
||
|
retention: 24h
|
||
|
snapshot-interval: 15m
|