Files
bakery-ia/infrastructure/monitoring/signoz/signoz-values-prod.yaml

13 lines
605 B
YAML
Raw Normal View History

2026-01-08 12:58:00 +01:00
# SigNoz Helm Chart Values - Production Environment
# High-availability configuration with resource optimization
2026-01-09 07:26:11 +01:00
# DEPLOYED IN bakery-ia NAMESPACE - Ingress managed by bakery-ingress-prod
2026-01-08 12:58:00 +01:00
#
# Official Chart: https://github.com/SigNoz/charts
2026-01-09 07:26:11 +01:00
# Install Command: helm install signoz signoz/signoz -n bakery-ia -f signoz-values-prod.yaml
2026-01-08 12:58:00 +01:00
global:
storageClass: "microk8s-hostpath" # For MicroK8s, use "microk8s-hostpath" or custom storage class
2026-01-09 07:26:11 +01:00
clusterName: "bakery-ia-prod"
2026-01-08 12:58:00 +01:00
domain: "monitoring.bakewise.ai"
2026-01-09 06:57:18 +01:00
# Docker Hub credentials - applied to all sub-charts (including Zookeeper, ClickHouse, etc)