From 3ea82c1a7a3f81248d02d1b6106333225a69ae77 Mon Sep 17 00:00:00 2001 From: fchinembiri Date: Thu, 4 Jun 2026 13:32:21 +0200 Subject: [PATCH] fix(nextgen): disable bundled ingress-nginx in infisical to resolve port conflict --- k8s/nextgen/40-infisical-values.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/k8s/nextgen/40-infisical-values.yaml b/k8s/nextgen/40-infisical-values.yaml index f2de7c9..50aa1fd 100644 --- a/k8s/nextgen/40-infisical-values.yaml +++ b/k8s/nextgen/40-infisical-values.yaml @@ -4,6 +4,8 @@ ingress: enabled: true className: nginx + nginx: + enabled: false annotations: cert-manager.io/cluster-issuer: letsencrypt-prod hosts: @@ -16,11 +18,6 @@ ingress: hosts: - secret.techarvest.co.zw -# Disable the internal nginx controller provided by the chart -# to prevent port 80/443 conflicts with the cluster's global ingress-nginx. -ingress-nginx: - enabled: false - # For a basic self-hosted setup, we can use the sub-charts for PG and Redis # or connect to external ones. To keep it simple and reliable in nextgen, # we'll use the built-in sub-charts with persistence enabled.