TrueChartsClone/charts/stable/fireflyiii/helm-values.md

3.0 KiB

fireflyiii

Version: 6.0.2 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.12.1
https://truecharts.org/ postgresql 1.5.2

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 "{{ .Release.Name }}-dbcreds"
envValueFrom.DB_PASSWORD.secretKeyRef.key string "postgresql-password"
envValueFrom.DB_PASSWORD.secretKeyRef.name string "{{ .Release.Name }}-dbcreds"
image.pullPolicy string "IfNotPresent"
image.repository string "fireflyiii/core"
image.tag string "version-5.5.12"
persistence.data.accessMode string "ReadWriteOnce"
persistence.data.enabled bool true
persistence.data.mountPath string "/var/www/html/storage/upload"
persistence.data.size string "100Gi"
persistence.data.type string "pvc"
podSecurityContext.fsGroup int 0
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsNonRoot bool false
podSecurityContext.runAsUser int 0
postgresql.enabled bool true
postgresql.existingSecret string "{{ .Release.Name }}-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