Is it possible to use <helm chart> to deploy a dru...
# troubleshooting
a
Is it possible to use helm chart to deploy a druid cluster with druid-kubernetes-extensions enabled (zk disabled) ? I tried with below settings in values.yaml, but pods are not coming to ready status.
Copy code
druid_zk.service_enabled: false 
  druid_serverview_type: http 
  druid_coordinator_loadqueuepeon_type: http 
  druid_indexer_runner_type: httpRemote 
  druid_discovery_type: k8s
  druid_discovery_k8s_clusterIdentifier : druid
  druid_discovery_k8s_podNameEnvKey : POD_NAME
  druid_discovery_k8s_podNamespaceEnvKey : POD_NAMESPACE