From 162473347e987001b9f068786f80c72a9faa6a00 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Mon, 6 Apr 2026 16:54:58 +1200 Subject: [PATCH] initial structure for cnpg --- apps/fireflyiii/ingress.yaml | 2 +- infrastructure/databases/cloudnative-pg/helmrelease.yaml | 1 + infrastructure/sources/cloudnative-pg.yaml | 8 ++++++++ infrastructure/sources/kustomization.yaml | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 infrastructure/databases/cloudnative-pg/helmrelease.yaml create mode 100644 infrastructure/sources/cloudnative-pg.yaml diff --git a/apps/fireflyiii/ingress.yaml b/apps/fireflyiii/ingress.yaml index 6138ff2..a3b837a 100644 --- a/apps/fireflyiii/ingress.yaml +++ b/apps/fireflyiii/ingress.yaml @@ -6,7 +6,7 @@ metadata: spec: ingressClassName: traefik rules: - - host: firefly.local + - host: firefly.numbergoup.co.za http: paths: - path: / diff --git a/infrastructure/databases/cloudnative-pg/helmrelease.yaml b/infrastructure/databases/cloudnative-pg/helmrelease.yaml new file mode 100644 index 0000000..8d93013 --- /dev/null +++ b/infrastructure/databases/cloudnative-pg/helmrelease.yaml @@ -0,0 +1 @@ +#yes diff --git a/infrastructure/sources/cloudnative-pg.yaml b/infrastructure/sources/cloudnative-pg.yaml new file mode 100644 index 0000000..ccefd40 --- /dev/null +++ b/infrastructure/sources/cloudnative-pg.yaml @@ -0,0 +1,8 @@ +apiVersion: source.toolkit.fluxcd.io/v1 +kind: HelmRepository +metadata: + name: cnpg + namespace: flux-system +spec: + interval: 1h + url: https://cloudnative-pg.github.io diff --git a/infrastructure/sources/kustomization.yaml b/infrastructure/sources/kustomization.yaml index cc6004e..42e4859 100644 --- a/infrastructure/sources/kustomization.yaml +++ b/infrastructure/sources/kustomization.yaml @@ -7,3 +7,4 @@ resources: - eso.yaml - jetstack.yaml - vmware-tanzu.yaml +- cloudnative-pg.yaml