From ee23ac46f61c90bfc11e09af4ca8bce7e05ec356 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 10 Aug 2025 20:41:44 -0500 Subject: [PATCH] added monerod --- .../flux-system/kustomization-monerod.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 infrastructure/flux-system/kustomization-monerod.yaml diff --git a/infrastructure/flux-system/kustomization-monerod.yaml b/infrastructure/flux-system/kustomization-monerod.yaml new file mode 100644 index 0000000..4ab4f3a --- /dev/null +++ b/infrastructure/flux-system/kustomization-monerod.yaml @@ -0,0 +1,16 @@ +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: monero + namespace: flux-system +spec: + interval: 10m + path: ./services/monero/monerod + targetNamespace: monero + createNamespace: true + prune: true + sourceRef: + kind: GitRepository + name: flux-system + namespace: flux-system + wait: true \ No newline at end of file