730007ade0
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
---|---|---|
.. | ||
SCALE | ||
templates | ||
.helmignore | ||
CONFIG.md | ||
Chart.yaml | ||
README.md | ||
app-readme.md | ||
values.yaml |
README.md
fireflyiii
A free and open source personal finance manager
Homepage: https://github.com/firefly-iii/firefly-iii/
Maintainers
Name | 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