Skip to content

Latest commit

 

History

History

firefly-db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

firefly-db

Version: 0.2.2 Type: application

Installs a postgres db for Firefly III

Maintainers

Name Email Url
morremeyer [email protected]

Source Code

Upgrading

When a release introduces breaking changes, this section outlines the manual actions that need to be taken.

From 0.0.2 to 0.0.3

The storage class and access modes have been changed to match more setups without the need for configuration. If you want to keep the old settings, set the following values:

storage:
  class: nfs-client
  accessModes: ReadWriteMany

Values

Key Type Default Description
backup.destination string "http"
backup.pvc.accessModes string "ReadWriteOnce"
backup.pvc.class string nil
backup.pvc.dataSize string "1Gi"
backup.pvc.existingClaim string "" Use an existing PersistentVolumeClaim, overrides values above
backupSchedule string "0 3 * * *"
configs.BACKUP_URL string ""
configs.DBHOST string "firefly-firefly-db"
configs.DBNAME string "firefly"
configs.DBPORT string "5432"
configs.DBUSER string "firefly"
configs.PGPASSWORD string ""
configs.POSTGRES_HOST_AUTH_METHOD string "trust"
configs.POSTGRES_PASSWORD string ""
configs.POSTGRES_USER string "firefly"
configs.RESTORE_URL string ""
configs.TZ string "Europe/Amsterdan"
configs.existingSecret string "" Set this to the name of a secret to load environment variables from. If defined, values in the secret will override values in configs
image.pullPolicy string "IfNotPresent"
image.repository string "postgres"
image.tag string "10-alpine"
storage.accessModes string "ReadWriteOnce"
storage.class string nil
storage.dataSize string "1Gi"
storage.existingClaim string "" Use an existing PersistentVolumeClaim, overrides values above