* added support for inter-cluster tls and changing the inter-cluster port number
* renamed helper variables for extra clarity
* Fix tls test, and add p2p tls test
* Fix test
* Fix test
---------
Co-authored-by: Nathan Savage <nathan.savage@kaimai.co.uk>
* Fix probes when Qdrant is served over TLS
This also improves the integration test runtime and reliability by not installing a fresh cluster for every test but upgrading it with the new config.
Fixes https://github.com/qdrant/qdrant-helm/issues/77
* Deactivate liveness and startup probes by default
Since these probes restart the pod on failure, they can disrupt the health of the Qdrant cluster unnecessarily and cause more problems then actually help. Having a readinessProbe is usually enough.
* Fix tests
* Try to fix connection issues