fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
Allow operator to serve HTTPS instead of HTTP
What would you like to be added/changed?
Currently the operator exposes metrics over HTTP, it would be nice if the operator supports in the future to expose this HTTP endpoint over TLS.
Currently this is not possible and we have to wait until this is supported in the controller-runtime: https://github.com/kubernetes-sigs/controller-runtime/issues/1007