okay anyone struggling with the above issue, the f...
# support
m
okay anyone struggling with the above issue, the following setting works on k8s signoz version: 0.12.1 helm override:
global:
storageClass: gp2
clickhouse:
enabled: true
cloud: aws
installCustomStorageClass: true
allowedNetworkIps:
- "10.0.0.0/8"
- "0.0.0.0/0"
- "100.64.0.0/10"
- "172.16.0.0/12"
- "192.0.0.0/24"
- "198.18.0.0/15"
- "192.168.0.0/16"
alertmanager:
name: "alertmanager"
enabled: true
replicaCount: 1
extraArgs:
cluster.advertise-address: 0.0.0.0:9093