From b7fb381bbec9b94d8354893a3833f1c94abf7b54 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Fri, 12 Dec 2025 19:25:15 +0100 Subject: [PATCH] feat: add nuclei operator --- .../charts/monitor/templates/nuclei.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 foundation/charts/monitor/templates/nuclei.yaml diff --git a/foundation/charts/monitor/templates/nuclei.yaml b/foundation/charts/monitor/templates/nuclei.yaml new file mode 100644 index 0000000..e55c990 --- /dev/null +++ b/foundation/charts/monitor/templates/nuclei.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: nuclei-operator + namespace: argocd +spec: + project: foundation + source: + repoURL: https://morten-olsen.github.io/homelab-nuclei-operator + targetRevision: 0.1.0 + chart: nuclei-operator + destination: + server: https://kubernetes.default.svc + namespace: foundation + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + - ServerSideApply=true