clickhouse:
enabled: false
externalClickhouse:
host: chendpoint-clickhouse
cluster: warehouse
database: signoz_metrics
traceDatabase: signoz_traces
user: admin
password: password
existingSecret: clickhouse-credentials
existingSecretPasswordKey: admin-password
secure: false
verify: false
httpPort: 8123
tcpPort: 9000
frontend:
name: "frontend"
replicaCount: 1
ingress:
enabled: true
className: "public"
annotations:
<http://kubernetes.io/tls-acme|kubernetes.io/tls-acme>: "true"
<http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: public
<http://cert-manager.io/cluster-issuer|cert-manager.io/cluster-issuer>: "letsencrypt-prod"
hosts:
- host: <http://eyes.nozax.com|eyes.nozax.com>
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- "<http://eyes.nozax.com|eyes.nozax.com>"
secretName: signoz-cert
otelCollector:
replicaCount: 1
service:
port: 4318
ingress:
enabled: true
className: "public"
annotations:
<http://kubernetes.io/tls-acme|kubernetes.io/tls-acme>: "true"
<http://cert-manager.io/cluster-issuer|cert-manager.io/cluster-issuer>: "letsencrypt-prod"
hosts:
- host: <http://otel.nozax.com|otel.nozax.com>
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- "<http://otel.nozax.com|otel.nozax.com>"
secretName: signoz-otel-cert
otelCollectorMetrics:
replicaCount: 1
service:
port: 4318
ingress:
enabled: true
className: "public"
annotations:
<http://kubernetes.io/tls-acme|kubernetes.io/tls-acme>: "true"
<http://cert-manager.io/cluster-issuer|cert-manager.io/cluster-issuer>: "letsencrypt-prod"
hosts:
- host: <http://otel-metrics.nozax.com|otel-metrics.nozax.com>
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- "<http://otel-metrics.nozax.com|otel-metrics.nozax.com>"
secretName: signoz-otel-metrics-cert