2021-05-05 20:31:59 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/fireflyiii-core
|
2021-05-05 20:31:59 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-06-11 07:31:56 +00:00
|
|
|
tag: v5.7.9@sha256:73a5611fe5bc7b1580daa93424ec241f34dfc448d01225dc4535946617645e7c
|
2021-05-05 20:31:59 +00:00
|
|
|
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
2021-10-18 20:14:40 +00:00
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2021-09-10 14:57:08 +00:00
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-05-05 20:31:59 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10082
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8080
|
2021-05-05 20:31:59 +00:00
|
|
|
|
2021-06-14 15:53:38 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
path: "/login"
|
|
|
|
|
|
|
|
readiness:
|
|
|
|
path: "/login"
|
|
|
|
|
|
|
|
startup:
|
|
|
|
path: "/login"
|
|
|
|
|
2021-05-05 20:31:59 +00:00
|
|
|
env:
|
|
|
|
DB_USERNAME: firefly
|
|
|
|
DB_DATABASE: firefly
|
|
|
|
DB_CONNECTION: pgsql
|
|
|
|
DB_PORT: 5432
|
2021-12-07 11:37:31 +00:00
|
|
|
REDIS_DB: "0"
|
|
|
|
REDIS_CACHE_DB: "1"
|
|
|
|
CACHE_DRIVER: redis
|
|
|
|
SESSION_DRIVER: redis
|
|
|
|
REDIS_SCHEME: tcp
|
|
|
|
REDIS_PORT: 6379
|
2022-03-02 10:57:10 +00:00
|
|
|
APP_URL: ""
|
|
|
|
TRUSTED_PROXIES: "172.16.0.0/16"
|
2021-05-05 20:31:59 +00:00
|
|
|
DB_HOST:
|
|
|
|
secretKeyRef:
|
2021-08-31 18:00:05 +00:00
|
|
|
name: dbcreds
|
2021-10-09 17:24:45 +00:00
|
|
|
key: plainhost
|
2021-05-05 20:31:59 +00:00
|
|
|
DB_PASSWORD:
|
|
|
|
secretKeyRef:
|
2021-08-31 18:00:05 +00:00
|
|
|
name: dbcreds
|
2021-05-05 20:31:59 +00:00
|
|
|
key: postgresql-password
|
2021-12-07 11:37:31 +00:00
|
|
|
REDIS_HOST:
|
|
|
|
secretKeyRef:
|
|
|
|
name: rediscreds
|
|
|
|
key: plainhost
|
|
|
|
REDIS_PASSWORD:
|
|
|
|
secretKeyRef:
|
|
|
|
name: rediscreds
|
|
|
|
key: redis-password
|
2021-12-07 10:45:24 +00:00
|
|
|
STATIC_CRON_TOKEN:
|
|
|
|
secretKeyRef:
|
|
|
|
name: fireflyiii-secrets
|
|
|
|
key: STATIC_CRON_TOKEN
|
|
|
|
APP_KEY:
|
|
|
|
secretKeyRef:
|
|
|
|
name: fireflyiii-secrets
|
|
|
|
key: APP_KEY
|
2021-05-05 20:31:59 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/var/www/html/storage/upload"
|
2021-11-14 19:19:16 +00:00
|
|
|
|
2021-12-07 10:45:24 +00:00
|
|
|
cronjob:
|
|
|
|
schedule: "0 3 * * *"
|
|
|
|
annotations: {}
|
|
|
|
failedJobsHistoryLimit: 5
|
|
|
|
successfulJobsHistoryLimit: 2
|
2021-06-11 11:59:46 +00:00
|
|
|
|
2021-12-07 11:37:31 +00:00
|
|
|
# Enabled redis
|
|
|
|
redis:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "rediscreds"
|
|
|
|
|
2021-05-05 20:31:59 +00:00
|
|
|
# Enabled postgres
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
2021-10-09 23:20:01 +00:00
|
|
|
existingSecret: "dbcreds"
|
2021-05-05 20:31:59 +00:00
|
|
|
postgresqlUsername: firefly
|
|
|
|
postgresqlDatabase: firefly
|