Slackbot
06/05/2023, 10:22 AMVishal Sharma
06/05/2023, 10:52 AMPrashant Shahi
06/05/2023, 6:28 PMPrashant Shahi
06/05/2023, 6:42 PMglobal:
clusterName: "koushik-cluster"
clickhouse:
persistence:
size: 100Gi
k8s-infra:
presets:
resourceDetection:
detectors:
- aks
- azure
- system
@Koushik Maiti you can use the override values to set up in AKS cluster. If you wish to use non-default storage class, you can use global.storageClass
configuration to set it during installation (and not later).
Commands:
helm repo add signoz <https://charts.signoz.io>
helm install -n platform --create-namespace my-release signoz/signoz -f override-values.yaml
Koushik Maiti
06/06/2023, 8:02 AMPrashant Shahi
06/06/2023, 8:57 AM