From 3e2e6d61e1944f8cf462bfeae6c72abab6e55cc4 Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Tue, 6 Jan 2026 14:06:25 +0530 Subject: [PATCH] Add ssl-redirect annotation to ingress defaults --- property-settings-svc-v2-chart/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/property-settings-svc-v2-chart/values.yaml b/property-settings-svc-v2-chart/values.yaml index de6d19f..52eff6c 100644 --- a/property-settings-svc-v2-chart/values.yaml +++ b/property-settings-svc-v2-chart/values.yaml @@ -64,9 +64,8 @@ service: ingress: enabled: false className: "" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" + annotations: + nginx.ingress.kubernetes.io/ssl-redirect: "false" hosts: - host: chart-example.local paths: