Hello, We are not able to use custom Node selector...
# support
s
Hello, We are not able to use custom Node selector when it comes to ClickhouseInstacne. The config is not being passed to the chi pods that are being created. With clickhouse operator its working fine though. Please let me know if I am missing something Attching my config 👇
Copy code
clickhouse: 
    installCustomStorageClass: true
    nodeSelector:
      component: stateful
    tolerations:
      - effect: NoSchedule
        key: component
        operator: Equal
        value: stateful
    persistence:
      size: 15Gi
    resources:
      requests:
        cpu: 1000m
        memory: 1000Mi
        limits:
          cpu: 2000m
          memory: 4Gi
    settings:
      prometheus/endpoint: /metrics
      prometheus/port: 9363
      prometheus/metrics: true
      prometheus/events: true
      prometheus/asynchronous_metrics: true
    
    zookeeper:
      nodeSelector:
        component: stateful
      tolerations:
        - effect: NoSchedule
          key: component
          operator: Equal
          value: stateful

    clickhouseOperator:
      nodeSelector:
        component: stateful
      tolerations:
        - effect: NoSchedule
          key: component
          operator: Equal
          value: stateful
Also raised an issue on github https://github.com/SigNoz/charts/issues/326