TrueChartsClone/charts/incubator/fireflyiii
TrueCharts-Bot 730007ade0 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-16 14:00:17 +00:00
..
SCALE patch postgresql database not consuming storage. 2021-08-14 11:19:57 +02:00
templates Common 4.0 App Refactor Part 1 - Ornias 2021-05-23 18:24:30 +02:00
.helmignore Restructure repo to be a little cleaner (#445) 2021-05-09 18:11:00 +02:00
CONFIG.md Daily Housekeeping 2021-08-16 14:00:17 +00:00
Chart.yaml Daily Housekeeping 2021-08-16 14:00:17 +00:00
README.md Daily Housekeeping 2021-08-16 14:00:17 +00:00
app-readme.md Restructure repo to be a little cleaner (#445) 2021-05-09 18:11:00 +02:00
values.yaml migrate nextcloud to truecharts postgresql app (#762) 2021-08-12 15:03:22 +02:00

README.md

fireflyiii

Version: 5.0.5 Type: application AppVersion: auto

A free and open source personal finance manager

Homepage: https://github.com/firefly-iii/firefly-iii/

Maintainers

Name Email Url
TrueCharts info@truecharts.org truecharts.org
warllo54 20650065+warllo54@users.noreply.github.com truecharts.org

Source Code

Requirements

Kubernetes: >=1.16.0-0

Repository Name Version
https://truecharts.org/ common 6.8.0
https://truecharts.org/ postgresql 1.0.3

Values

Key Type Default Description
env.APP_KEY string "AGcfkCUS233ZWmBXztYbdyCs2u7kkz55"
env.DB_CONNECTION string "pgsql"
env.DB_DATABASE string "firefly"
env.DB_PORT int 5432
env.DB_USERNAME string "firefly"
envValueFrom.DB_HOST.secretKeyRef.key string "postgresql_host"
envValueFrom.DB_HOST.secretKeyRef.name string "dbcreds"
envValueFrom.DB_PASSWORD.secretKeyRef.key string "postgresql-password"
envValueFrom.DB_PASSWORD.secretKeyRef.name string "dbcreds"
image.pullPolicy string "IfNotPresent"
image.repository string "fireflyiii/core"
image.tag string "version-5.5.12"
persistence.data.enabled bool true
persistence.data.mountPath string "/var/www/html/storage/upload"
persistence.data.type string "emptyDir"
podSecurityContext.fsGroup int 0
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsNonRoot bool false
podSecurityContext.runAsUser int 0
postgresql.enabled bool true
postgresql.existingSecret string "dbcreds"
postgresql.postgresqlDatabase string "firefly"
postgresql.postgresqlUsername string "firefly"
probes.liveness.path string "/login"
probes.readiness.path string "/login"
probes.startup.path string "/login"
service.main.ports.main.port int 8080
service.tcp.enabled bool true
service.tcp.ports.tcp.enabled bool true
service.tcp.ports.tcp.port int 51080
service.tcp.ports.tcp.protocol string "TCP"
service.tcp.type string "ClusterIP"
strategy.type string "Recreate"

Autogenerated from chart metadata using helm-docs v1.5.0