Is it possible to scale the clickhouse deployment ...
# support
d
Is it possible to scale the clickhouse deployment after initial deployment with helm? i want to add these values, but it doesn't seem to scale up
Copy code
clickhouse:
  layout:
    shardsCount: 2
    replicasCount: 2
  zookeeper:
    replicaCount: 3
n
Could you please share the logs from clickhouse-operator pod
d
I tried again today, it is just not updating the CHI, the CHI always states the following:
Copy code
kubectl get chi shared-signoz-clickhouse -n shared-signoz -o yaml \
  | yq '.spec.configuration.clusters[0].layout'

replicasCount: 1
shardsCount: 1
even though my operator is like this:
Copy code
helm get values shared-signoz -n shared-signoz                                                                                        
USER-SUPPLIED VALUES:
alertmanager:
  persistence:
    size: 1Gi
clickhouse:
  layout:
    replicasCount: 2
    shardsCount: 2
  persistence:
    accessModes:
    - ReadWriteOnce
    enabled: true
    size: 200Gi
    storageClass: null
  resources:
    requests:
      cpu: 3
      memory: 8Gi
  zookeeper:
    replicaCount: 3
Now my shared-signoz-schema-migrator-sync-znspd is stuck on the following:
Copy code
waiting for clickhouse with correct shard count
expected shard count: 2, current shard count: 1
waiting for clickhouse with correct shard count
expected shard count: 2, current shard count: 1
waiting for clickhouse with correct shard count
expected shard count: 2, current shard count: 1
waiting for clickhouse with correct shard count