Files
k8s-gitops/apps/netbox/netbox.yaml
T
2026-06-12 19:05:03 +00:00

49 lines
976 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: netbox
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:
- netbox.home.lan
persistence:
enabled: true
storageClass: longhorn
size: 20Gi
postgresql:
enabled: true
primary:
persistence:
enabled: true
storageClass: longhorn
size: 20Gi
redis:
enabled: true