From ae5571f9abea536a17b41bf76182e050be8f1311 Mon Sep 17 00:00:00 2001 From: Bakery Admin Date: Thu, 22 Jan 2026 16:24:03 +0100 Subject: [PATCH] Fix resources isues 10 --- .../monitoring/signoz/signoz-values-prod.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/infrastructure/monitoring/signoz/signoz-values-prod.yaml b/infrastructure/monitoring/signoz/signoz-values-prod.yaml index 7b9851c5..a1bb2bf0 100644 --- a/infrastructure/monitoring/signoz/signoz-values-prod.yaml +++ b/infrastructure/monitoring/signoz/signoz-values-prod.yaml @@ -11,10 +11,11 @@ global: domain: "monitoring.bakewise.ai" # Docker Hub credentials - applied to all sub-charts (including Zookeeper, ClickHouse, etc) -# Ingress configuration for SigNoz +# Ingress configuration for SigNoz Frontend # Configured to use HTTPS with TLS termination at ingress controller -# Similar to gitea and mailu configurations -frontend: +# NOTE: SigNoz Helm chart expects ingress under "signoz.ingress", not "frontend.ingress" +# Reference: https://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml +signoz: ingress: enabled: true className: nginx @@ -31,7 +32,8 @@ frontend: - host: monitoring.bakewise.ai paths: - path: / - pathType: Prefix + pathType: ImplementationSpecific + port: 8080 tls: - hosts: - monitoring.bakewise.ai