40 lines
785 B
YAML
40 lines
785 B
YAML
---
|
|
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: signoz
|
|
namespace: monitoring
|
|
spec:
|
|
repo: https://charts.signoz.io
|
|
chart: signoz
|
|
targetNamespace: monitoring
|
|
valuesContent: |-
|
|
global:
|
|
storageClass: zfs-fast
|
|
clickhouse:
|
|
installCustomStorageClass: true
|
|
|
|
---
|
|
|
|
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: k8s-infra
|
|
namespace: monitoring
|
|
spec:
|
|
repo: https://charts.signoz.io
|
|
chart: k8s-infra
|
|
targetNamespace: monitoring
|
|
valuesContent: |-
|
|
global:
|
|
cloud: others
|
|
clusterName: ntwl
|
|
deploymentEnvironment: production
|
|
otelCollectorEndpoint: signoz-otel-collector:4317
|
|
otelInsecure: true
|
|
presets:
|
|
otlpExporter:
|
|
enabled: true
|
|
loggingExporter:
|
|
enabled: false
|