From ec6004963cb0567c34ddfd63b48b2ffd4a04d3a3 Mon Sep 17 00:00:00 2001 From: Tarun Pothulapati Date: Mon, 8 Mar 2021 14:06:20 +0000 Subject: [PATCH] use correct prom URL Signed-off-by: Tarun Pothulapati --- kustomize/linkerd/patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/linkerd/patch.yaml b/kustomize/linkerd/patch.yaml index ad919ebb..fc3cf923 100644 --- a/kustomize/linkerd/patch.yaml +++ b/kustomize/linkerd/patch.yaml @@ -11,7 +11,7 @@ spec: - -log-level=info - -include-label-prefix=app.kubernetes.io - -mesh-provider=linkerd - - -metrics-server=http://linkerd-prometheus.linkerd-viz:9090 + - -metrics-server=http://prometheus.linkerd-viz:9090 --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding