ssp-operator
ssp-operator copied to clipboard
Investigate if it is ok that ServiceMonitor is deployed with TLS disabled
The ServiceMonitor
created by the metrics
operand defines an endpoint with disabled TLS.
https://github.com/kubevirt/ssp-operator/blob/4fd4022504e543e1a5cbfb72f0b5ff852d85aded/internal/operands/metrics/resources.go#L63-L93
This issue is to investigate if it is intentional, and if there are any technical reasons why we cannot enable it.