From e262e8e32a33e5c9c9fb0d6bcec16ee0dfa935a0 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Tue, 7 Apr 2026 19:08:16 +1200 Subject: [PATCH] fixing firefly --- apps/fireflyiii/configmap.yaml | 2 +- apps/fireflyiii/deployment.yaml | 2 +- apps/fireflyiii/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/fireflyiii/configmap.yaml b/apps/fireflyiii/configmap.yaml index dcf3eb7..72584d5 100644 --- a/apps/fireflyiii/configmap.yaml +++ b/apps/fireflyiii/configmap.yaml @@ -15,7 +15,7 @@ data: APP_LOG_LEVEL: notice AUDIT_LOG_LEVEL: emergency DB_CONNECTION: pgsql - DB_HOST: postgres + DB_HOST: firefly-db DB_PORT: "5432" DB_DATABASE: firefly DB_USERNAME: firefly diff --git a/apps/fireflyiii/deployment.yaml b/apps/fireflyiii/deployment.yaml index e589adc..ccc2aca 100644 --- a/apps/fireflyiii/deployment.yaml +++ b/apps/fireflyiii/deployment.yaml @@ -34,7 +34,7 @@ spec: - configMapRef: name: firefly-config - secretRef: - name: firefly-secret + name: firefly-secrets volumeMounts: - name: firefly-data mountPath: /var/www/html/storage diff --git a/apps/fireflyiii/kustomization.yaml b/apps/fireflyiii/kustomization.yaml index 5cbb86e..91884ef 100644 --- a/apps/fireflyiii/kustomization.yaml +++ b/apps/fireflyiii/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - ingress.yaml - deployment.yaml -- secret.yaml +#- secret.yaml - postgres.yaml - namespace.yaml - configmap.yaml