From a6a5586b1db73fff2c32130e6d0bf66af538b118 Mon Sep 17 00:00:00 2001 From: fchinembiri Date: Sat, 1 Aug 2026 12:51:10 +0200 Subject: [PATCH] fix(k8s): set ingress.hostName in Infisical helm values to fix catch-all ingress routing conflict --- k8s/nextgen/40-infisical-values.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/k8s/nextgen/40-infisical-values.yaml b/k8s/nextgen/40-infisical-values.yaml index 50aa1fd..9b52710 100644 --- a/k8s/nextgen/40-infisical-values.yaml +++ b/k8s/nextgen/40-infisical-values.yaml @@ -3,16 +3,12 @@ ingress: enabled: true - className: nginx + hostName: secret.techarvest.co.zw + ingressClassName: nginx nginx: enabled: false annotations: cert-manager.io/cluster-issuer: letsencrypt-prod - hosts: - - host: secret.techarvest.co.zw - paths: - - path: / - pathType: Prefix tls: - secretName: secret-techarvest-tls hosts: