From ec343739f6cbae8a9bb4c842bd5502c489403144 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Fri, 10 Apr 2026 19:34:40 +1200 Subject: [PATCH] refactor, move cluster to app config under app/db --- .../databases/clusters => apps/fireflyiii/db}/firefly-db.yaml | 0 .../clusters => apps/fireflyiii/db}/kustomization.yaml | 0 apps/fireflyiii/kustomization.yaml | 3 +-- infrastructure/databases/kustomization.yaml | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) rename {infrastructure/databases/clusters => apps/fireflyiii/db}/firefly-db.yaml (100%) rename {infrastructure/databases/clusters => apps/fireflyiii/db}/kustomization.yaml (100%) diff --git a/infrastructure/databases/clusters/firefly-db.yaml b/apps/fireflyiii/db/firefly-db.yaml similarity index 100% rename from infrastructure/databases/clusters/firefly-db.yaml rename to apps/fireflyiii/db/firefly-db.yaml diff --git a/infrastructure/databases/clusters/kustomization.yaml b/apps/fireflyiii/db/kustomization.yaml similarity index 100% rename from infrastructure/databases/clusters/kustomization.yaml rename to apps/fireflyiii/db/kustomization.yaml diff --git a/apps/fireflyiii/kustomization.yaml b/apps/fireflyiii/kustomization.yaml index 26e4c46..2ed7a6b 100644 --- a/apps/fireflyiii/kustomization.yaml +++ b/apps/fireflyiii/kustomization.yaml @@ -3,9 +3,8 @@ kind: Kustomization resources: - ingress.yaml - deployment.yaml -#- secret.yaml -#- postgres.yaml - namespace.yaml - configmap.yaml - pvc.yaml - service.yaml +- db diff --git a/infrastructure/databases/kustomization.yaml b/infrastructure/databases/kustomization.yaml index 7143c72..54dbea7 100644 --- a/infrastructure/databases/kustomization.yaml +++ b/infrastructure/databases/kustomization.yaml @@ -3,4 +3,3 @@ kind: Kustomization resources: - cloudnative-pg - mariadb-operator -- clusters