From 6a86590484d8b8e69b76df4b635ae281d18951a4 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 15 Sep 2025 12:28:56 -0500 Subject: [PATCH] pegasus flux'd --- .../flux-system/kustomization-pegasus.yaml | 19 +++++++++++++++++++ infrastructure/flux-system/kustomization.yaml | 1 + 2 files changed, 20 insertions(+) create mode 100644 infrastructure/flux-system/kustomization-pegasus.yaml diff --git a/infrastructure/flux-system/kustomization-pegasus.yaml b/infrastructure/flux-system/kustomization-pegasus.yaml new file mode 100644 index 0000000..aeafa8e --- /dev/null +++ b/infrastructure/flux-system/kustomization-pegasus.yaml @@ -0,0 +1,19 @@ +# infrastructure/flux-system/kustomization-pegasus.yaml +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: pegasus + namespace: flux-system +spec: + interval: 10m + path: ./services/pegasus + targetNamespace: jellyfin + prune: true + sourceRef: + kind: GitRepository + name: flux-system + namespace: flux-system + dependsOn: + - name: core + wait: true + timeout: 5m diff --git a/infrastructure/flux-system/kustomization.yaml b/infrastructure/flux-system/kustomization.yaml index 8826ae4..e6e5dd1 100644 --- a/infrastructure/flux-system/kustomization.yaml +++ b/infrastructure/flux-system/kustomization.yaml @@ -12,6 +12,7 @@ resources: - kustomization-jitsi.yaml - kustomization-crypto.yaml - kustomization-monerod.yaml +- kustomization-pegasus.yaml - kustomization-jellyfin.yaml - kustomization-xmr-miner.yaml - kustomization-longhorn-ui.yaml