使用在不同名称空间中运行的应用程序容器来配置用于服务发现的方法
/*With single namespace it's fine to do like this:
prometheus.io/path: "/metrics" //endpoint
prometheus.io/port: "8001" // port
prometheus.io/scrape: "true" //To scrape
but with different namespace not able to configure */