Add clean NetBox deployment
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user