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 namespace: argocd
spec: spec:
project: default project: default
source: source:
repoURL: https://charts.netbox.oss.netboxlabs.com/ repoURL: https://charts.netbox.oss.netboxlabs.com/
chart: netbox chart: netbox
targetRevision: 5.* targetRevision: 5.*
helm: helm:
values: | values: |
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx
annotations: annotations:
cert-manager.io/cluster-issuer: home-lab-ca cert-manager.io/cluster-issuer: home-lab-ca
hosts: hosts:
- host: netbox.home.lan - host: netbox.home.lan
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: tls:
- secretName: netbox-home-lan-tls - secretName: netbox-home-lan-tls
hosts: hosts:
@@ -46,3 +41,13 @@ spec:
redis: redis:
enabled: true enabled: true
destination:
server: https://kubernetes.default.svc
namespace: netbox
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true