mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
feat: add nuclei operator
This commit is contained in:
21
foundation/charts/monitor/templates/nuclei.yaml
Normal file
21
foundation/charts/monitor/templates/nuclei.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user