Fix resources isues 10
This commit is contained in:
@@ -11,10 +11,11 @@ global:
|
|||||||
domain: "monitoring.bakewise.ai"
|
domain: "monitoring.bakewise.ai"
|
||||||
# Docker Hub credentials - applied to all sub-charts (including Zookeeper, ClickHouse, etc)
|
# 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
|
# Configured to use HTTPS with TLS termination at ingress controller
|
||||||
# Similar to gitea and mailu configurations
|
# NOTE: SigNoz Helm chart expects ingress under "signoz.ingress", not "frontend.ingress"
|
||||||
frontend:
|
# Reference: https://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml
|
||||||
|
signoz:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
@@ -31,7 +32,8 @@ frontend:
|
|||||||
- host: monitoring.bakewise.ai
|
- host: monitoring.bakewise.ai
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: ImplementationSpecific
|
||||||
|
port: 8080
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- monitoring.bakewise.ai
|
- monitoring.bakewise.ai
|
||||||
|
|||||||
Reference in New Issue
Block a user