SigNoz / charts

Helm Charts for SigNoz
MIT License
77 stars 80 forks source link

Custom clickhouse storageClass does not work #482

Open MattiDeGrauwe opened 3 months ago

MattiDeGrauwe commented 3 months ago

I'm trying to deploy our clickhouse cluster with a different storageClass using the following helm config:

clickhouse:
  persistence:
    size: 500Gi
    storageClass: azure-premium-v2

This does not seem to work, and the same default storageClass is use with ReclaimPolicy: Delete

pvc-57a1f253-4a28-4b96-a831-0455fab5306c   500Gi      RWO            Delete           Bound    signoz/data-volumeclaim-template-chi-signoz-clickhouse-cluster-0-0-0   default                 44h

The code on this helm config should support adding a custome storageClass with ReclaimPolicy: Retain

We are hosting SigNoz on self-hosted Azure AKS cluster Thanks!

grandwizard28 commented 2 months ago

Hi @MattiDeGrauwe, Thanks for pointing that out. Would you be willing to raise a fix for this?

MattiDeGrauwe commented 2 months ago

Hi @MattiDeGrauwe, Thanks for pointing that out. Would you be willing to raise a fix for this?

Im not familiar with the Clickhouse's custom CRDs, apologies.