Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rudro-25 <[email protected]>
  • Loading branch information
Rudro-25 committed Nov 14, 2024
1 parent 07ff28c commit 46340ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Events: <none>
You can see that the service contains following annotations.

```bash
prometheus.io/path: /metrics
prometheus.io/path: /metrics
prometheus.io/port: 7000
prometheus.io/scrape: true
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Now, wait for the database to go into `Running` state.
```bash
$ kubectl get zk -n demo zookeeper
NAME VERSION STATUS AGE
zookeeper 3.13.2 Ready 34s
zookeeper 3.8.3 Ready 34s
```

KubeDB will create a separate stats service with name `{ZooKeeper crd name}-stats` for monitoring purpose.
Expand Down

0 comments on commit 46340ef

Please sign in to comment.