Add clean NetBox deployment

This commit is contained in:
2026-06-18 17:08:16 +00:00
parent e9ddb94090
commit 0723488c4a
2 changed files with 78 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: netbox
namespace: argocd
spec:
project: default
sources:
- repoURL: https://charts.netbox.oss.netboxlabs.com/
chart: netbox
targetRevision: 5.0.78
helm:
valueFiles:
- $values/apps/netbox/values.yaml
- repoURL: http://git.home.lan/jay/k8s-gitops.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: netbox
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true