Skip to content
Snippets Groups Projects

Deploy prometheus through kubernetes and autoconnect to cluster

Merged Paweł Chojnacki requested to merge pawel/connect_to_prometheus_through_proxy-30480 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -243,7 +243,8 @@
project.create_prometheus_service(
active: true,
properties: {
api_url: 'https://prometheus.example.com'
api_url: 'https://prometheus.example.com',
manual_configuration: true
}
)
end
Loading