Fix resources isues 10
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user