```clickhouse: persistence: size: 100Gi co...
# support
d
Copy code
clickhouse:
  persistence:
    size: 100Gi
  coldStorage:
    enabled: true
    # Set free space size on default disk in bytes
    defaultKeepFreeSpaceBytes: "10485760" # 10MiB
    type: s3
    endpoint: https://<bucket-name>.<http://s3.amazonaws.com/data/|s3.amazonaws.com/data/>
    accessKey: <access_key_id>
    secretAccess: <secret_access_key>
after adding s3 for cold storage, by clickhouse pod is not coming up, is there some issue with this configuration? any suggestion what I can do @nitya-signoz