We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb67fb7 commit 8e2cec0Copy full SHA for 8e2cec0
docs/configuration/metric-providers-google.rst
@@ -20,10 +20,8 @@ Add the following configuration to your ``generated_values.yaml`` file:
20
.. code-block:: yaml
21
22
globalConfig:
23
- # Set this to the URL of your Prometheus Frontend endpoint
24
- prometheus_url: http://my-prometheus-frontend:9090
25
- # Example (Google Managed Prometheus in-cluster frontend):
26
- # prometheus_url: http://frontend.default.svc.cluster.local:9090
+ # Set this to the URL of your Prometheus Frontend endpoint, it may change depending on the namespace you deployed it to.
+ prometheus_url: http://frontend.default.svc.cluster.local:9090
27
check_prometheus_flags: false # Required for Google Managed Prometheus
28
29
Then :ref:`update Robusta <Simple Upgrade>`.
0 commit comments