From 0590bcb7046abd2122c44a51943f656afa5dcbb2 Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Thu, 12 Feb 2026 14:11:41 +0530 Subject: [PATCH] ingress disabled --- values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 559b410..cd9f464 100644 --- a/values.yaml +++ b/values.yaml @@ -19,8 +19,9 @@ service: targetPort: 7007 # Ingress configuration +# Disabled - using HTTPRoute (Gateway API) instead via Terraform ingress: - enabled: true + enabled: false className: nginx annotations: cert-manager.io/cluster-issuer: "letsencrypt-prod"