What I have: Prometheus Operator Helm chart deployed on a single Kubernetes cluster the same which is also application cluster. So, all of the application-related pods, prometheus exporter pods, Grafana pod and Prometheus itself live within the same cluster.
What I want: I want to split the above configuration is such a way, that I have all the application-related as well as exporter pods exist in application cluster, while having Prometheus and Grafana pods deployed to separate one(in order to not have single point of failure)
Is there a way to achieve this using Prometheus Operator?