Skip to content

Commit 8e2cec0

Browse files
committed
docs update
1 parent eb67fb7 commit 8e2cec0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/configuration/metric-providers-google.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ Add the following configuration to your ``generated_values.yaml`` file:
2020
.. code-block:: yaml
2121
2222
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
23+
# Set this to the URL of your Prometheus Frontend endpoint, it may change depending on the namespace you deployed it to.
24+
prometheus_url: http://frontend.default.svc.cluster.local:9090
2725
check_prometheus_flags: false # Required for Google Managed Prometheus
2826
2927
Then :ref:`update Robusta <Simple Upgrade>`.

0 commit comments

Comments
 (0)