Skip to content

Commit 3618a6a

Browse files
Apply suggestions from code review
1 parent 99f06ee commit 3618a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/draft/howto/consuming-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ From the shell use the `TOKEN` value obtained above to check the metrics:
9393

9494
```shell
9595
curl -v -k -H "Authorization: Bearer <TOKEN>" \
96-
https://operator-controller-controller-manager-metrics-service.olmv1-system.svc.cluster.local:8443/metrics
96+
https://operator-controller-controller-manager-metrics-service.olmv1-system.svc.cluster.local:7443/metrics
9797
```
9898

9999
Validate using certificates and token:
100100

101101
```shell
102102
curl -v --cacert /tmp/cert/ca.crt --cert /tmp/cert/tls.crt --key /tmp/cert/tls.key \
103103
-H "Authorization: Bearer <TOKEN>" \
104-
https://operator-controller-controller-manager-metrics-service.olmv1-system.svc.cluster.local:8443/metrics
104+
https://operator-controller-controller-manager-metrics-service.olmv1-system.svc.cluster.local:7443/metrics
105105
```
106106

107107
---

0 commit comments

Comments
 (0)