From 7645e184e2a93f9199c9f91ab1ab36895fa2cdd9 Mon Sep 17 00:00:00 2001 From: Bakery Admin Date: Thu, 22 Jan 2026 15:42:32 +0100 Subject: [PATCH] Fix resources isues 9 --- infrastructure/monitoring/signoz/signoz-values-dev.yaml | 2 +- infrastructure/monitoring/signoz/signoz-values-prod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/monitoring/signoz/signoz-values-dev.yaml b/infrastructure/monitoring/signoz/signoz-values-dev.yaml index 68a17333..6640c77b 100644 --- a/infrastructure/monitoring/signoz/signoz-values-dev.yaml +++ b/infrastructure/monitoring/signoz/signoz-values-dev.yaml @@ -15,7 +15,7 @@ global: frontend: ingress: enabled: true - className: "nginx" + className: nginx annotations: nginx.ingress.kubernetes.io/ssl-redirect: "false" # Disable for local development nginx.ingress.kubernetes.io/proxy-body-size: "100m" diff --git a/infrastructure/monitoring/signoz/signoz-values-prod.yaml b/infrastructure/monitoring/signoz/signoz-values-prod.yaml index 469aaff5..7b9851c5 100644 --- a/infrastructure/monitoring/signoz/signoz-values-prod.yaml +++ b/infrastructure/monitoring/signoz/signoz-values-prod.yaml @@ -17,7 +17,7 @@ global: frontend: ingress: enabled: true - className: "nginx" + className: nginx annotations: nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/force-ssl-redirect: "true"