Skip to content

[BUG] Clickhouse Pod Readiness Probe not working when TLS is enabled #2177

@shanshanying

Description

@shanshanying

By default, the readiness probe is:

 87     readinessProbe:
 88       failureThreshold: 3
 89       httpGet:
 90         path: /ping
 91         port: 8123
 92         scheme: HTTP

This probe is not working when TLS is enabled for Clickhouse. Hence the Container is Running but not Ready.
We should update the readiness proble logic accordingly.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions