Fix NetBox application destination
This commit is contained in:
+10
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user