Fix NetBox application destination

This commit is contained in:
2026-06-12 19:05:59 +00:00
parent f83ef34e36
commit c0a24e1799
+10 -5
View File
@@ -5,27 +5,22 @@ metadata:
namespace: argocd
spec:
project: default
source:
repoURL: https://charts.netbox.oss.netboxlabs.com/
chart: netbox
targetRevision: 5.*
helm:
values: |
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: home-lab-ca
hosts:
- host: netbox.home.lan
paths:
- path: /
pathType: Prefix
tls:
- secretName: netbox-home-lan-tls
hosts:
@@ -46,3 +41,13 @@ spec:
redis:
enabled: true
destination:
server: https://kubernetes.default.svc
namespace: netbox
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true