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