From b47108d82607aaf7e0af06c6390c22088c3c87be Mon Sep 17 00:00:00 2001 From: Jay Phillips Date: Thu, 18 Jun 2026 17:26:04 +0000 Subject: [PATCH] Disable NetBox chart ingress --- apps/netbox/values.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/apps/netbox/values.yaml b/apps/netbox/values.yaml index bfab473..1b11dc9 100644 --- a/apps/netbox/values.yaml +++ b/apps/netbox/values.yaml @@ -1,17 +1,5 @@ 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 + enabled: false persistence: enabled: true