forked from firefly-iii/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
33 lines (28 loc) · 748 Bytes
/
Copy pathvalues.yaml
File metadata and controls
33 lines (28 loc) · 748 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
firefly-db:
# if you set this to false it will not be installed
enabled: true
image:
repository: postgres
tag: 10-alpine
pullPolicy: IfNotPresent
storage:
class: ~
accessModes: ~ # Change as needed for your storageClass https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
dataSize: 1Gi
# environment variables
configs:
RESTORE_URL: ""
BACKUP_URL: ""
PGPASSWORD: "YOURDBPASSWORD"
DBHOST: firefly-firefly-db
DBPORT: "5432"
DBNAME: firefly
DBUSER: firefly
TZ: Europe/Berlin
backupSchedule: "0 3 * * *"
firefly-iii:
# -- Set to false to not deploy Firefly III
enabled: true
importer:
# -- Set to false to not deploy the importer
enabled: true