druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 92 forks source link

TLS support #330

Open pyryjook opened 1 year ago

pyryjook commented 1 year ago

Hi,

I tried to setup TLS using the operator following the guide in the documentation.

Settings and the certs seemed to go through as expected but the problem was that the services were not able to find each other http disabled. Likely because TLS ports are different to http ones.

How do I know the ports for each of the service? Or is there some sort of TLS functionality in the operator that I had missed so far?

Thanks already in advance!