2021-05-19 13:12:45 +00:00
|
|
|
# Default values for fireflyIII.
|
2021-05-05 20:31:59 +00:00
|
|
|
|
|
|
|
image:
|
2021-06-08 08:58:50 +00:00
|
|
|
repository: fireflyiii/core
|
2021-05-05 20:31:59 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-09-11 11:04:47 +00:00
|
|
|
tag: version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b
|
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:
|
|
|
|
port: 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-06-14 15:53:38 +00:00
|
|
|
APP_KEY: AGcfkCUS233ZWmBXztYbdyCs2u7kkz55
|
2021-05-05 20:31:59 +00:00
|
|
|
|
|
|
|
envValueFrom:
|
|
|
|
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
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/var/www/html/storage/upload"
|
2021-08-29 12:02:17 +00:00
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|
2021-06-11 11:59:46 +00:00
|
|
|
|
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
|