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