image: repository: tccr.io/truecharts/fireflyiii-core pullPolicy: IfNotPresent tag: version-5.5.12@sha256:f6dddfae65571d7995d5b24bf28fdf453775b825c35cac0c48b8ce52449090cf securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 service: main: ports: main: port: 10082 targetPort: 8080 probes: liveness: path: "/login" readiness: path: "/login" startup: path: "/login" env: DB_USERNAME: firefly DB_DATABASE: firefly DB_CONNECTION: pgsql DB_PORT: 5432 APP_KEY: AGcfkCUS233ZWmBXztYbdyCs2u7kkz55 envValueFrom: DB_HOST: secretKeyRef: name: dbcreds key: plainhost DB_PASSWORD: secretKeyRef: name: dbcreds key: postgresql-password persistence: data: enabled: true mountPath: "/var/www/html/storage/upload" # Enabled postgres postgresql: enabled: true existingSecret: "dbcreds" postgresqlUsername: firefly postgresqlDatabase: firefly